From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Tue, 25 Aug 2020 16:00:10 +0200 (CEST) Subject: [PATCH V2] ARM: imx6q_logic: Fix broken booting by moving fdt_addr_r address In-Reply-To: <20200820135649.21604-1-aford173@gmail.com> Message-ID: <20200825140010.6C944822A0@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 > The loading address is too close to the kernel address, so newer kernels > may overlap memory space, so loading the device tree may corrupt zImage. > This patch moves the fdt_addr_r to 0x14000000 which is also consistent > with guidance that the kernel be allocated 32MB. This places it > in the same place as the ramdisk, so this patch moves the ramdisk address > 512KB after the fdt. > Signed-off-by: Adam Ford > Reviewed-by: Tom Rini > Reviewed-by: Fabio Estevam 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 =====================================================================