On 15:46 Sun 12 Apr     , David Brownell wrote:
> From: David Brownell <dbrown...@users.sourceforge.net>
> 
> Don't needlessly include lowlevel init code; that's only really
> needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
> loader (UBL) handles that before it loads U-Boot.
> 
> Signed-off-by: David Brownell <dbrown...@users.sourceforge.net>
> 
> --- a/cpu/arm926ejs/davinci/lowlevel_init.S
> +++ b/cpu/arm926ejs/davinci/lowlevel_init.S
> @@ -45,6 +45,8 @@
>  
>  #include <config.h>
>  
> +#ifndef CONFIG_SKIP_LOWLEVEL_INIT
please move this to the Makefile

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

Reply via email to