> -----Original Message-----
> From: Heiko Schocher [mailto:h...@denx.de] 
> Sent: Monday, October 18, 2010 11:43 AM
> To: u-boot@lists.denx.de
> Cc: Heiko Schocher; Prafulla Wadaskar
> Subject: [PATCH] arm926ejs, suen3: fix relocation issues
> 
...snip...

> diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
> index faa0f50..9270296 100644
> --- a/include/configs/km_arm.h
> +++ b/include/configs/km_arm.h
> @@ -182,6 +182,8 @@ int get_scl (void);
>  
>  /* additions for new relocation code, must be added to all boards */
>  #define CONFIG_SYS_SDRAM_BASE                0x00000000
> -#define CONFIG_SYS_INIT_SP_ADDR              (0x00000000 + 
> 0x1000 - /* Fix this */ \
> -                                     CONFIG_SYS_GBL_DATA_SIZE)
> +/* Kirkwood has 2k of Security SRAM, use it for SP */
> +#define CONFIG_SYS_INIT_SP_ADDR              0xC8012000
> +/* Do early setups now in board_init_f() */
> +#define CONFIG_BOARD_EARLY_INIT_F    1

Do you really need to 1 here ?

Also can you pls confirm that you are getting early console message as pointed 
by Eric Cooper
http://lists.denx.de/pipermail/u-boot/2010-October/079545.html

Regards..
Prafulla . .

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

Reply via email to