diff options
author | hvaibhav@ti.com <hvaibhav@ti.com> | 2012-09-18 09:26:05 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-07 15:36:26 (GMT) |
commit | f170899f736dd2bdfdcd6dfa7592cb2739c685e3 (patch) | |
tree | e26e73b08ab2ad1a21ef4f8ba2805e5c990ebac0 /post | |
parent | 13526f7157096dd10ad6027b02af9b1093694170 (diff) | |
download | u-boot-f170899f736dd2bdfdcd6dfa7592cb2739c685e3.tar.xz |
AM335X: Set fdt_high for AM335X devices to enable booting with Device Tree
For AM335X boards, such as the EVM and Bone Linux kernel fails to
locate the device tree blob on boot. The reason being is that
u-boot is copying the DT blob to the upper part of RAM when booting
the kernel and the kernel is unable to access the blob.
By setting the fdt_high variable to 0xffffffff (to prevent the copy)
the kernel is able to locate the DT blob and boot.
This patch is tested on BeagleBone platform.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions