commit | 781db8ca3404e8c3aaff32a2e229ee308ed5117c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:26:13 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 04 15:57:38 2013 -0800 |
tree | 689d5d93e94f3a431555d05d9ecf280c7f2ae898 | |
parent | 6fa6e4aeccd306c3820b0ba8515cd69a26206300 [diff] |
x86: Add an __end symbol to signal the end of the U-Boot binary With this symbol we can easy append something (e.g. an FDT) to the U-Boot binary and access it from within U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>