ARM: imx: soc: Select default TEXT_BASE for MX7
authorMarek Vasut <marex@denx.de>
Thu, 21 May 2020 23:13:54 +0000 (01:13 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Jun 2020 15:44:20 +0000 (17:44 +0200)
commita1f6d04aa1f41f5ebcec95a37b4dc54b9c7f98c5
treeb007e03f06f9d9280b9476674c9d60c3c2d2396b
parent720416031560b21e173306b5495d4757987115f8
ARM: imx: soc: Select default TEXT_BASE for MX7

Select default U-Boot and SPL text base for the MX7 SoC. The U-Boot
text base is picked as the one used by various MX7 boards. The SPL
text base however is different.

The SPL text base is set to 0x912000 instead of the usual 0x911000,
that is because the 0x911000 value cannot work. Using 0x911000 as a
SPL text base will result in the DCD header being placed below the
0x911000 address, which is a reserved SRAM area which must not be
used. This will actually trigger eMMC boot failure on MX7D at least.
Hence the increment.

Update all boards affected by this SPL problem to the new SPL_TEXT_BASE.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/mach-imx/mx7/Kconfig
configs/cl-som-imx7_defconfig
configs/pico-dwarf-imx7d_defconfig
configs/pico-hobbit-imx7d_defconfig
configs/pico-imx7d_defconfig
configs/pico-nymph-imx7d_defconfig
configs/pico-pi-imx7d_defconfig