summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-12 07:31:44 +0900
committerTom Rini <trini@konsulko.com>2015-08-18 13:46:00 -0400
commitd6c2ac5b7572e1fd9662e1cd9c1d7c184dfab1c0 (patch)
tree1a8c3cfce4ce619e2cac6265d38f93dc97ab71e1 /board
parent8be60f06c258df5aca5a28304a1fa1bbc47f8578 (diff)
downloadtalos-obmc-uboot-d6c2ac5b7572e1fd9662e1cd9c1d7c184dfab1c0.tar.gz
talos-obmc-uboot-d6c2ac5b7572e1fd9662e1cd9c1d7c184dfab1c0.zip
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')
-rw-r--r--board/vpac270/u-boot-spl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index a10ea71e9d..954afb9f8b 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*)
}
OpenPOWER on IntegriCloud