diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2017-12-28 01:25:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-01 09:04:19 -0500 |
commit | 2d28ba18b53fc8581c7ed06afcb8c77ec841ac8c (patch) | |
tree | c0ef8994a586863c5bd931d740008165ecec9839 /include/configs/omap3_evm.h | |
parent | 3bb6dc04a9b78c3db7c130bea7e817d77add275e (diff) |
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.h | 1 |
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" \ |