Skip to content
Snippets Groups Projects
Commit 8df93b1a authored by Breno Lima's avatar Breno Lima Committed by Stefano Babic
Browse files

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: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBreno Lima <breno.lima@nxp.com>
parent ac0a93fd
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment