[U-Boot] [PATCH] arm926ejs, suen3: fix relocation issues

Prafulla Wadaskar prafulla at marvell.com
Tue Oct 19 08:50:04 CEST 2010


 

> -----Original Message-----
> From: Heiko Schocher [mailto:hs at denx.de] 
> Sent: Monday, October 18, 2010 11:43 AM
> To: u-boot at 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 . .



More information about the U-Boot mailing list