]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8xx: move common linker scripts into the CPU directory
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 9 Sep 2014 06:12:08 +0000 (15:12 +0900)
committerTom Rini <trini@ti.com>
Wed, 24 Sep 2014 22:30:27 +0000 (18:30 -0400)
commitab7cb4eefa33b79834f0a000bcb365e98c14c693
treeaf61e979265f092683c0ffed10028a7bf26d04f9
parenta4277200a2253fda49342aa65800d27e61276170
mpc8xx: move common linker scripts into the CPU directory

Each CPU of PowerPC has its default linker script under the CPU
directory, except mpc8xx.

Every mpc8xx board has its own linker script under the board
directory, resulting in lots of duplication of linker scripts.

I notice eight mpc8xx boards have the same linker script.
We can decrease the number of linker scripts by putting a single
default linker script, arch/powerpc/cpu/mpc8xx/u-boot.lds.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/mpc8xx/u-boot.lds [moved from board/ip860/u-boot.lds with 100% similarity]
board/eltec/mhpc/u-boot.lds [deleted file]
board/emk/top860/u-boot.lds [deleted file]
board/ivm/u-boot.lds [deleted file]
board/kup/kup4k/u-boot.lds [deleted file]
board/lwmon/u-boot.lds [deleted file]
board/manroland/uc100/u-boot.lds [deleted file]
board/netvia/u-boot.lds [deleted file]