]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Use common .lds file where possible
authorSimon Glass <sjg@chromium.org>
Mon, 20 Feb 2012 20:17:52 +0000 (20:17 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 30 Mar 2012 05:43:47 +0000 (07:43 +0200)
commit4a0764858b0bdcb3508f01b96e3fa32b16cdb30f
tree844ba6b57b12ada2da841df18957f57552584716
parentdde3b70dcf3d13b3ce173a017788f7522780b857
arm: Use common .lds file where possible

Each cpu directory currently has its own .lds file. This is only needed
in most cases because the start.o file is in a different subdir.

Now that we can factor out this difference, we can move most cpus over
to the common .lds file.

Signed-off-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/arm/cpu/arm1136/u-boot.lds [deleted file]
arch/arm/cpu/arm1176/u-boot.lds [deleted file]
arch/arm/cpu/arm720t/u-boot.lds [deleted file]
arch/arm/cpu/arm920t/u-boot.lds [deleted file]
arch/arm/cpu/arm925t/u-boot.lds [deleted file]
arch/arm/cpu/arm926ejs/u-boot.lds [deleted file]
arch/arm/cpu/arm946es/u-boot.lds [deleted file]
arch/arm/cpu/arm_intcm/u-boot.lds [deleted file]
arch/arm/cpu/armv7/u-boot.lds [deleted file]
arch/arm/cpu/lh7a40x/u-boot.lds [deleted file]
arch/arm/cpu/pxa/u-boot.lds [deleted file]
arch/arm/cpu/s3c44b0/u-boot.lds [deleted file]
arch/arm/cpu/sa1100/u-boot.lds [deleted file]