
Dear Jean-Christophe,
in message 20090501175234.6A4C183420E8@gemini.denx.de I wrote:
In message 1241185086-11754-1-git-send-email-plagnioj@jcrosoft.com you wrote:
actually no boards use the default lowlevel_init.S so remove it
btw the u-boot.lds is not anymore need to be generated
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
Makefile | 1 - cpu/arm926ejs/at91/.gitignore | 5 --- cpu/arm926ejs/at91/Makefile | 6 +--- cpu/arm926ejs/at91/config.mk | 2 +- cpu/arm926ejs/at91/lowlevel_init.S | 45 ----------------------- cpu/arm926ejs/at91/{u-boot.lds.S => u-boot.lds} | 5 --- 6 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 cpu/arm926ejs/at91/.gitignore delete mode 100644 cpu/arm926ejs/at91/lowlevel_init.S rename cpu/arm926ejs/at91/{u-boot.lds.S => u-boot.lds} (93%)
This patch may be fixing the out-of-tree build problem introduced with commit f0a2c7b4 "at91: add support for the PM9263 board", but it causes a LOT of new issues:
Configuring for integratorap board... Variant:: Core module CM720T with core arm720t In file included from /work/wd/tmp-arm/include2/asm/hardware.h:16, from start.S:29: /work/wd/tmp-arm/include2/asm/arch/hardware.h:48:2: error: #error "Unsupported AT91 processor" In file included from /work/wd/tmp-arm/include2/asm/hardware.h:16,
...
Sorry, this is actually yet another bug.
Ouch. ARM tree is in a TERRIBLE state.
Best regards,
Wolfgang Denk