summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSRICHARAN R <r.sricharan@ti.com>2013-04-01 05:52:39 +0000
committerTom Rini <trini@ti.com>2013-04-08 11:29:05 -0400
commitd3501ed584d7c00dca0eccd3c009aa3924e2fa3c (patch)
tree06b68e5ca1c9cab538c82a8a0b034fa4739abfce /include/configs
parent2c2a9f3a1f8c92bee8b009db0d6187bfcbea661d (diff)
downloadblackbird-obmc-uboot-d3501ed584d7c00dca0eccd3c009aa3924e2fa3c.tar.gz
blackbird-obmc-uboot-d3501ed584d7c00dca0eccd3c009aa3924e2fa3c.zip
ARM: OMAP5: Set fdt_high to enable booting with Device tree
While booting with dt blob, if fdt_high is not set to 0xffffffff, the dt blob gets relocated to a high ram address, which the kernel is not able to use without HIGHMEM. So set it to 0xffffffff to avoid the issue. Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Sricharan R <r.sricharan@ti.com> Tested-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap5_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap5_common.h b/include/configs/omap5_common.h
index af97564011..f0416df927 100644
--- a/include/configs/omap5_common.h
+++ b/include/configs/omap5_common.h
@@ -143,6 +143,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
"console=ttyO2,115200n8\0" \
+ "fdt_high=0xffffffff\0" \
"usbtty=cdc_acm\0" \
"vram=16M\0" \
"mmcdev=0\0" \
OpenPOWER on IntegriCloud