From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Fri, 26 Apr 2019 09:38:52 +0000 (UTC) Subject: [U-Boot] [U-Boot, v2, 04/14] apalis/colibri_imx6/imx6ull: make sure loadaddr does not collide In-Reply-To: <20190409152420.11394-5-marcel@ziswiler.com> Toradex ARM Support , Igor Opaniuk , Max Krummenacher , Stefan Agner Message-ID: <20190426094305.A07FCC21F90@lists.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 > From: Stefan Agner > Currently $loadaddr and $fdt_addr_r point to the same address. This > might be not ideal for some distro boot scripts which make use of > $loadaddr after loading the device tree. > Make sure the two variables point to two different addresses. Moving > $loadaddr is not entirly trivial since it is defined in mx6_common.h. > Move $fdt_addr_r and $ramdisk_addr_r by 1MiB, which should be enough > for scripts. > Signed-off-by: Stefan Agner > Acked-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk 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 =====================================================================