diff options
author | Masahiro Yamada | 2015-08-12 07:31:44 +0900 |
---|---|---|
committer | Tom Rini | 2015-08-18 13:46:00 -0400 |
commit | d6c2ac5b7572e1fd9662e1cd9c1d7c184dfab1c0 (patch) | |
tree | 1a8c3cfce4ce619e2cac6265d38f93dc97ab71e1 /board/vpac270 | |
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>
Diffstat (limited to 'board/vpac270')
-rw-r--r-- | board/vpac270/u-boot-spl.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds index a10ea71e9d5..954afb9f8b7 100644 --- a/board/vpac270/u-boot-spl.lds +++ b/board/vpac270/u-boot-spl.lds @@ -23,7 +23,7 @@ SECTIONS arch/arm/cpu/pxa/start.o (.text*) arch/arm/lib/built-in.o (.text*) board/vpac270/built-in.o (.text*) - drivers/mtd/onenand/built-in.o (.text*) + drivers/built-in.o (.text*) } |