From 8df93b1a17ab3b5fc725dca0a233a1d56705dcf0 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Tue, 10 Jan 2017 16:32:38 -0200 Subject: udoo_neo: Add fdt_addr_r environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 9835ce8..d9e5ded 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" \ -- cgit v0.10.2