From: Breno Lima Date: Tue, 10 Jan 2017 18:32:38 +0000 (-0200) Subject: udoo_neo: Add fdt_addr_r environment variable X-Git-Tag: v2017.03-rc2~118^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8df93b1a17ab3b5fc725dca0a233a1d56705dcf0;p=u-boot udoo_neo: Add fdt_addr_r environment variable According to doc/README.distro: "fdt_addr_r: Mandatory. The location in RAM where the DTB will be loaded or copied to when processing the fdtdir/devicetreedir or fdt/devicetree options in extlinux.conf." So add the fdt_addr_r environment variable. Suggested-by: Andreas Färber Signed-off-by: Breno Lima --- diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 9835ce8875..d9e5ded9cd 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -34,6 +34,7 @@ "initrd_high=0xffffffff\0" \ "fdtfile=undefined\0" \ "fdt_addr=0x83000000\0" \ + "fdt_addr_r=0x83000000\0" \ "ip_dyn=yes\0" \ "mmcdev=0\0" \ "mmcrootfstype=ext4\0" \