commit | 2713fcff6567e228a92a16a598f5176c4f135fca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 07 11:51:44 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 10:35:31 2015 -0700 |
tree | d97a36fe6329851318454911b7daae3106b09812 | |
parent | eb63ba847f10d3830e453454fac3c6030462d2c5 [diff] |
powerpc: ppc4xx: Allow the end of u-boot.bin to be found Define an _end symbol indicating the end of u-boot.bin. Also add some dummy words into the link script to ensure that u-boot.bin will always extend that far. There may be a better way of doing this. Signed-off-by: Simon Glass <sjg@chromium.org>