On Fri, 4 Sep 2009 11:27:19 +0200
Simon Kagstrom <simon.kagst...@netinsight.net> wrote:

> Make arm926ejs use -march=armv5t to avoid problems with EABI
> 
> Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based
> boards to boot with the EABI changes introduced in commit
> f772acf8a584067033eff1e231fcd1fb3a00d3d9

Well, further testing (with ubifs) has shown that this doesn't actually
solve the problem - only making it disappear for some cases.

So don't apply this patch for now.

// Simon

> diff --git a/cpu/arm926ejs/config.mk b/cpu/arm926ejs/config.mk
> index 90eb3c0..94f1c17 100644
> --- a/cpu/arm926ejs/config.mk
> +++ b/cpu/arm926ejs/config.mk
> @@ -24,7 +24,7 @@
>  PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
>       -msoft-float
>  
> -PLATFORM_CPPFLAGS += -march=armv5te
> +PLATFORM_CPPFLAGS += -march=armv5t

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to