From: Jan Kiszka Date: Mon, 16 Mar 2020 11:50:09 +0000 (+0100) Subject: mx7dsabre: Fix ramdisk_addr* for distro boot X-Git-Tag: v2020.10~300^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c94f405ce993ce57d9577bca43cebe54689f4f8a;p=platform%2Fkernel%2Fu-boot.git mx7dsabre: Fix ramdisk_addr* for distro boot Overlapped with fdt_addr*, thus corrupted the latter when using both. Signed-off-by: Jan Kiszka --- diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index b1726b1..e7d35ed 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