summaryrefslogtreecommitdiffstats
path: root/board/vpac270
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:00 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:32 -0500
commite2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0 (patch)
tree12d288b33325c4acd6657e13bbdbf018305160b3 /board/vpac270
parentfdd91faef9148fd5a52467a91f79934ee4e7f2bd (diff)
downloadtalos-obmc-uboot-e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0.tar.gz
talos-obmc-uboot-e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0.zip
Makefile: rename all libraries to built-in.o
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/vpac270')
-rw-r--r--board/vpac270/u-boot-spl.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index 7eac4975ba..c9b50e9f4d 100644
--- a/board/vpac270/u-boot-spl.lds
+++ b/board/vpac270/u-boot-spl.lds
@@ -20,8 +20,8 @@ SECTIONS
.text.0 :
{
arch/arm/cpu/pxa/start.o (.text*)
- board/vpac270/libvpac270.o (.text*)
- drivers/mtd/onenand/libonenand.o (.text*)
+ board/vpac270/built-in.o (.text*)
+ drivers/mtd/onenand/built-in.o (.text*)
}
OpenPOWER on IntegriCloud