board/avnet: swap ramdisk and DT load addresses in U-Boot environment
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 8 Jul 2016 18:30:28 +0000 (20:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 24 Jul 2016 20:44:07 +0000 (22:44 +0200)
commit4846700a1b51e7f2c48639dafdb5143ad8e9de41
tree0d5807bcbd96f26939494ae23ba2f3dd254eb2c8
parent55e04e8d4a81bd27a7a0559e4ff76dc3f940a43f
board/avnet: swap ramdisk and DT load addresses in U-Boot environment

As reported in bug #9091, the U-Boot environment we provide for the
Microzed and Zedboard platforms loads the ramdisk at 0x2000000 and the
DT at 0x3000000. This means that a large enough ramdisk overwrites the
DT. It makes more sense to load the DT at 0x2000000 and the ramdisk at
0x3000000.

Reported-by: Michael Monaghan <michaellmonaghan@gmail.com>
Tested-by: Michael Monaghan <michaellmonaghan@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/avnet/microzed/uboot/0001-zynq-Create-microzed-specific-U-Boot-environment.patch
board/avnet/zedboard/uboot/0001-zynq-Create-zedboard-specific-U-Boot-environment.patch