commit | 597baff12acecff030674db6d03abfd163cb578f | [log] [tgz] |
---|---|---|
author | SRICHARAN R <r.sricharan@ti.com> | Mon Apr 01 05:52:39 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Apr 08 11:29:05 2013 -0400 |
tree | 06b68e5ca1c9cab538c82a8a0b034fa4739abfce | |
parent | adcd187a28158e8a730612fb0a93d36e21ef49da [diff] |
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>