]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP5: Set fdt_high to enable booting with Device tree
authorSRICHARAN R <r.sricharan@ti.com>
Mon, 1 Apr 2013 05:52:39 +0000 (05:52 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:29:05 +0000 (11:29 -0400)
commitd3501ed584d7c00dca0eccd3c009aa3924e2fa3c
tree06b68e5ca1c9cab538c82a8a0b034fa4739abfce
parent2c2a9f3a1f8c92bee8b009db0d6187bfcbea661d
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>
include/configs/omap5_common.h