commit | 0de36f8b62f5f9897f9434f4c3f5739117370694 | [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 | 86bedaebb570c2a111cdcafbf310f95b1bd58a14 [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>