commit | d6c2ac5b7572e1fd9662e1cd9c1d7c184dfab1c0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 12 07:31:44 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 18 13:46:00 2015 -0400 |
tree | 1a8c3cfce4ce619e2cac6265d38f93dc97ab71e1 | |
parent | 8be60f06c258df5aca5a28304a1fa1bbc47f8578 [diff] |
spl: move SPL driver entries to driver/Makefile Just preparing for upcoming cleaning. The board-specific linker script board/vpac270/u-boot-spl.lds has been touched to avoid build error. It does not change the size of spl/u-boot-spl.bin for this board, so it should be OK. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>