diff options
author | Tom Rini <trini@konsulko.com> | 2023-03-31 12:50:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-31 12:50:34 -0400 |
commit | 942ac73afc37fb98695af4489ea1549c21615a5e (patch) | |
tree | be4a122569d256f3c82392ca4a9c5f15fcc3636b /board/dhelectronics/dh_imx8mp/lpddr4_timing.h | |
parent | b8deed53fe6a55ef76b4f9038bb419a9c853a9fa (diff) | |
parent | f216580b642c7244aeb3619aeceecb331e025ad3 (diff) |
Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
u-boot-imx-next-20230331 for next
---------------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15819
i.MX patches queued for next:
- Conversions to DM_SERIAL
- Fixes for Toradex boards
- Gateworks Boards
- i.MX8ULP
- EQoS support / fixes, changes in boards
Diffstat (limited to 'board/dhelectronics/dh_imx8mp/lpddr4_timing.h')
-rw-r--r-- | board/dhelectronics/dh_imx8mp/lpddr4_timing.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/dhelectronics/dh_imx8mp/lpddr4_timing.h b/board/dhelectronics/dh_imx8mp/lpddr4_timing.h index 6d496a970b..7894da3b91 100644 --- a/board/dhelectronics/dh_imx8mp/lpddr4_timing.h +++ b/board/dhelectronics/dh_imx8mp/lpddr4_timing.h @@ -6,6 +6,7 @@ #ifndef __LPDDR4_TIMING_H__ #define __LPDDR4_TIMING_H__ +extern struct dram_timing_info dh_imx8mp_dhcom_dram_timing_16g_x32; extern struct dram_timing_info dh_imx8mp_dhcom_dram_timing_32g_x32; u8 dh_get_memcfg(void); |