commit | 8a9bb065da466fe7e26dae7b2f234bb2135c7b9e | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Sat Sep 19 15:00:19 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 14:19:51 2015 -0400 |
tree | 3602190f5ca7657e71819dd7a028e8829d92783e | |
parent | 351f9690881c484ff9061e7792792c890c5bc10c [diff] |
ARM: dts: keystone2: Do not use LPAE addresses in U-Boot Keystone dts files assumes that LPAE is enabled and top level root node uses 64bit addresses. This breaks the keystone boot with CONFIG_OF_CONTROL enabled. So do not use 64 bit addresse in U-Boot DT. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>