commit | ce8f509bba7fbfd7133cffe419971535f419706c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 24 18:20:17 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 15:08:55 2016 -0400 |
tree | abe001995756d541574b9a52e6baa38ce83a1e2b | |
parent | 43a734f892d52f1606450f2dbe164e94e429c22b [diff] |
spl: Make spl_boot_list a local variable There is no need for this to be in the BSS region. By moving it we can delay use of BSS in SPL. This is useful for machines where the BSS region is not in writeable space. On 64-bit x86, SPL runs from SPI flash and it is easier to eliminate BSS use than link SPL to run with BSS at a particular cache-as-RAM (CAR) address. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>