diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:00 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:32 -0500 |
commit | e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0 (patch) | |
tree | 12d288b33325c4acd6657e13bbdbf018305160b3 /board/rbc823 | |
parent | fdd91faef9148fd5a52467a91f79934ee4e7f2bd (diff) | |
download | u-boot-imx-e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0.zip u-boot-imx-e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0.tar.gz u-boot-imx-e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0.tar.bz2 |
Makefile: rename all libraries to built-in.o
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/rbc823')
-rw-r--r-- | board/rbc823/u-boot.lds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/rbc823/u-boot.lds b/board/rbc823/u-boot.lds index 191f9eb..7676cf4 100644 --- a/board/rbc823/u-boot.lds +++ b/board/rbc823/u-boot.lds @@ -19,10 +19,10 @@ 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*) - arch/powerpc/lib/libpowerpc.o (.text*) + lib/built-in.o (.text*) + net/built-in.o (.text*) + arch/powerpc/cpu/mpc8xx/built-in.o (.text*) + arch/powerpc/lib/built-in.o (.text*) . = env_offset; common/env_embedded.o (.text*) |