Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
authorStelian Pop <stelian@popies.net>
Thu, 8 May 2008 18:52:13 +0000 (20:52 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:32:06 +0000 (11:32 +0200)
commit11b162bae058e96c7929e358d4adff2bee6c2cc4
treecaa9374d9587df870e89a941128c0464eb892598
parentd48abea4b89adaf5e45ea75b5e38c0d8de179ece
Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms

All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
below avoids the duplication of u-boot.lds by putting the file in the
cpu directory instead of the board one.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/atmel/at91cap9adk/u-boot.lds [deleted file]
cpu/arm926ejs/at91sam9/config.mk
cpu/arm926ejs/at91sam9/u-boot.lds [moved from board/atmel/at91sam9260ek/u-boot.lds with 100% similarity]