summaryrefslogtreecommitdiff
path: root/board/genietv/u-boot.lds
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/genietv/u-boot.lds
parentfdd91faef9148fd5a52467a91f79934ee4e7f2bd (diff)
Makefile: rename all libraries to built-in.o
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/genietv/u-boot.lds')
-rw-r--r--board/genietv/u-boot.lds10
1 files changed, 5 insertions, 5 deletions
diff --git a/board/genietv/u-boot.lds b/board/genietv/u-boot.lds
index e217f06819..70ab702fd9 100644
--- a/board/genietv/u-boot.lds
+++ b/board/genietv/u-boot.lds
@@ -18,11 +18,11 @@ SECTIONS
arch/powerpc/cpu/mpc8xx/start.o (.text*)
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
- lib/libgeneric.o (.text*)
- net/libnet.o (.text*)
- arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
- board/genietv/libgenietv.o (.text*)
- arch/powerpc/lib/libpowerpc.o (.text*)
+ lib/built-in.o (.text*)
+ net/built-in.o (.text*)
+ arch/powerpc/cpu/mpc8xx/built-in.o (.text*)
+ board/genietv/built-in.o (.text*)
+ arch/powerpc/lib/built-in.o (.text*)
*(.text.do_load_serial*)
*(.text.do_mem_*)
*(.text.do_bootm*)