]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
at91: remove lowlevel_init.S
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 1 May 2009 13:38:06 +0000 (15:38 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 1 May 2009 19:24:41 +0000 (21:24 +0200)
commit6b2beb5626a143ca5347e7d2c6005be9936c1fbb
treeda065a2c7f6a31b816e0d62ac2465eb92be1919a
parent0ee7a310479640ef17ce2fc0f6c13cf7961d2330
at91: remove lowlevel_init.S

lowlevel_init.S is not used any more so remove it.
As consequence, we also don't have to generate u-boot.lds
but can use a static version as before.

This also fixes the out-of-tree build problem introduced
with commit f0a2c7b4 "at91: add support for the PM9263 board"

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile
cpu/arm926ejs/at91/.gitignore [deleted file]
cpu/arm926ejs/at91/Makefile
cpu/arm926ejs/at91/config.mk
cpu/arm926ejs/at91/lowlevel_init.S [deleted file]
cpu/arm926ejs/at91/u-boot.lds [moved from cpu/arm926ejs/at91/u-boot.lds.S with 93% similarity]