On Monday 21 January 2008, Ulf Samuelsson wrote:
> > --- u-boot.orig/cpu/arm920t/config.mk 2008-01-13 10:42:55.0 -0800
> > +++ u-boot/cpu/arm920t/config.mk 2008-01-13 11:05:02.0 -0800
> > @@ -24,11 +24,11 @@
> > PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
> >
Update some ARM9 builds to pass the exact CPU to GCC, when the compiler
supports that specification. This stops pessimizing codegen, and removes
voluminous warnings about (no) interworking support from EABI compilers.
(Like CodeSourcery's ARM 2007q3 release.)
Signed-off-by: David Bro
Add some missing ARM boards to MAKEALL. These build correctly,
unlike several of the boards already listed.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
--- u-boot.orig/MAKEALL 2008-01-13 10:42:55.0 -0800
+++ u-boot/MAKEALL 2008-01-13 10:42:59.0 -0800
@@ -455,6
This fixes a naming bug for at91rm9200 lowlevel init code:
NOR boot flash is on chipselect 0, not chipselect 2. This
makes code use the register name from chip datasheets.
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
---
cpu/arm920t/at91rm9200/lowlevel_init.S |6 +++---
include/c