aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-06-07 14:03:36 -0600
committerTom Rini <trini@konsulko.com>2024-06-07 14:03:36 -0600
commit0329779bfb911221c056e50710773731619b0310 (patch)
tree11ee6fc7b36146cb1283e44db545174eba3209ac /arch/arm/mach-k3
parent9fa98591d7082087afe95583ef11e62351c98d87 (diff)
parent0be402375d9fcddc7d4910f1918d2475c21dd735 (diff)
downloadu-boot-0329779bfb911221c056e50710773731619b0310.zip
u-boot-0329779bfb911221c056e50710773731619b0310.tar.gz
u-boot-0329779bfb911221c056e50710773731619b0310.tar.bz2
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/arm/mach-k3')
-rw-r--r--arch/arm/mach-k3/am62x/am625_init.c2
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 ed8d24e..72a752d 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"