From c94f405ce993ce57d9577bca43cebe54689f4f8a Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 16 Mar 2020 12:50:09 +0100 Subject: [PATCH] mx7dsabre: Fix ramdisk_addr* for distro boot Overlapped with fdt_addr*, thus corrupted the latter when using both. Signed-off-by: Jan Kiszka --- include/configs/mx7dsabresd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index b1726b1d88..e7d35ed648 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -81,8 +81,8 @@ "fdt_addr_r=0x83000000\0" \ "kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \ - "ramdisk_addr_r=0x83000000\0" \ - "ramdiskaddr=0x83000000\0" \ + "ramdisk_addr_r=0x83100000\0" \ + "ramdiskaddr=0x83100000\0" \ "scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \ "videomode=video=ctfb:x:480,y:272,depth:24,pclk:108695,le:8,ri:4,up:2,lo:4,hs:41,vs:10,sync:0,vmode:0\0" \ BOOTENV -- 2.39.5