Skip to content
Snippets Groups Projects
Commit d3501ed5 authored by SRICHARAN R's avatar SRICHARAN R Committed by Tom Rini
Browse files

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: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarSricharan R <r.sricharan@ti.com>
Tested-by: default avatarNishanth Menon <nm@ti.com>
parent 2c2a9f3a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment