[U-Boot] [PATCH] mpc83xx: MPC8360ERDK: fix environment offset configuration bug

Kim Phillips kim.phillips at freescale.com
Thu Apr 23 19:12:34 CEST 2009


On Tue, 21 Apr 2009 14:58:17 +0200
Anatolij Gustschin <agust at denx.de> wrote:

> +++ b/include/configs/MPC8360ERDK.h
> @@ -339,7 +339,7 @@
>  
>  #ifndef CONFIG_SYS_RAMBOOT
>  #define CONFIG_ENV_IS_IN_FLASH	1
> -#define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE + 0x40000)
> +#define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE + 0x60000)

how about making it CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN,
and incrementing the latter instead?

Kim


More information about the U-Boot mailing list