From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Tue, 23 Jun 2020 09:50:43 +0200 (CEST) Subject: [PATCH] ARM: imx: soc: Select default TEXT_BASE for MX7 In-Reply-To: <20200521231354.171621-1-marex@denx.de> Message-ID: <20200623075043.DAEEF81EE4@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot Team > Cc: Peng Fan > Cc: Stefano Babic Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================