summaryrefslogtreecommitdiff
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2017-12-28 10:25:43 +0300
committerTom Rini <trini@konsulko.com>2018-01-01 17:04:19 +0300
commit2d28ba18b53fc8581c7ed06afcb8c77ec841ac8c (patch)
treec0ef8994a586863c5bd931d740008165ecec9839 /include/configs/omap3_evm.h
parent3bb6dc04a9b78c3db7c130bea7e817d77add275e (diff)
downloadu-boot-2d28ba18b53fc8581c7ed06afcb8c77ec841ac8c.tar.xz
ARM: omap3: evm: Do not relocate FDT address
This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV. Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 42f2153637..89159a3111 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -131,6 +131,7 @@
"fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
"mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
"mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
+ "fdt_high=0xffffffff\0" \
"bootenv=uEnv.txt\0" \
"optargs=\0" \
"mmcdev=0\0" \