On Tue, 21 Apr 2009 14:58:17 +0200 Anatolij Gustschin <[email protected]> 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

