commit | 108f8418597350bd98357f25acaa8ab8a0435779 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Fri Apr 15 20:42:59 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 16 09:02:17 2016 -0400 |
tree | 787e568539c9fe73b1487e30acdcd7bbdedc2843 | |
parent | 7e019daf7ab9dca3bf782d6de866b36d44ede95e [diff] |
ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE The Pi firmware has changed the default "kernel" load address for 64-bit mode. The authors have confirmed that this is a deliberate and long-term change. Adapt U-Boot to the new value. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>