diff options
Diffstat (limited to 'include')
-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" \ |