diff options
author | Breno Lima <breno.lima@nxp.com> | 2017-01-10 16:32:38 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-01-27 10:43:27 +0100 |
commit | 8df93b1a17ab3b5fc725dca0a233a1d56705dcf0 (patch) | |
tree | 0b7353ffd3480b3e23a78612f6acc44ddc00760b /include | |
parent | ac0a93fd21b815166c54b991659377f951d4d203 (diff) | |
download | u-boot-8df93b1a17ab3b5fc725dca0a233a1d56705dcf0.tar.gz |
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 <afaerber@suse.de>
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |