From 304eb6ceea401079050136e7dae8e49e6b615e68 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 20 Oct 2024 23:00:38 +0200 Subject: ARM: imx: soc: Select default TEXT_BASE for i.MX6 Select default U-Boot and SPL text base for the i.MX6 SoC. The U-Boot and SPL text base is picked as the one used by various i.MX6 boards. Update all the boards. Signed-off-by: Marek Vasut Reviewed-by: Peng Fan Reviewed-by: Tom Rini --- common/spl/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'common/spl') diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 9a27eabd741..ed997d82cfc 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -271,6 +271,7 @@ config SPL_TEXT_BASE default 0x40200000 if OMAP34XX default 0x402F4000 if AM43XX default 0x402F0400 if AM33XX + default 0x00908000 if ARCH_MX6 default 0x40301350 if OMAP54XX default 0x10060 if MACH_SUN50I || MACH_SUN50I_H5 || MACH_SUN9I default 0x20060 if SUN50I_GEN_H6 || SUNXI_GEN_NCAT2 -- cgit v1.2.3