commit | 39ba4b1821878d3bc779857403088bf9b836824c | [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 | 88c1ccfd1586620c78cd01441b7fe650f376fae9 [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>