diff options
author | Tom Rini | 2024-06-07 14:03:36 -0600 |
---|---|---|
committer | Tom Rini | 2024-06-07 14:03:36 -0600 |
commit | 0329779bfb911221c056e50710773731619b0310 (patch) | |
tree | 11ee6fc7b36146cb1283e44db545174eba3209ac /arch | |
parent | 9fa98591d7082087afe95583ef11e62351c98d87 (diff) | |
parent | 0be402375d9fcddc7d4910f1918d2475c21dd735 (diff) |
Merge patch series "*** phyCORE-AM62x: DDR detection / Inject DDR timing deltas ***"
Wadim Egorov <w.egorov@phytec.de> says:
Changes in v2:
- Reabse to current next
- Add Tested-by: John Ma <jma@phytec.com>
- Add Kconfig option to select RAM size statically
- Make board/phytec/common/k3 always compile for CONFIG_ARCH_K3
v1: https://lists.denx.de/pipermail/u-boot/2024-May/553057.html
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-k3/am62x/am625_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/am62x/am625_init.c b/arch/arm/mach-k3/am62x/am625_init.c index ed8d24e0433..72a752d38e8 100644 --- a/arch/arm/mach-k3/am62x/am625_init.c +++ b/arch/arm/mach-k3/am62x/am625_init.c @@ -213,6 +213,8 @@ void board_init_f(ulong dummy) preloader_console_init(); + do_board_detect(); + /* * Allow establishing an early console as required for example when * doing a UART-based boot. Note that this console may not "survive" |