From: Gray Remlin <[g_remlin@rocketmail.com]> Date: Thu, 28 Oct 2010 13:32:12 +0000 (+0530) Subject: kirkwood: guruplug: Relocate NAND environment area X-Git-Tag: v2010.12-rc2~82^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5842383e25910636d2e9a722f0ef1a2ec7951b36;p=u-boot kirkwood: guruplug: Relocate NAND environment area Current default options increase u-boot size to overlap the location of the environment in NAND, move environment higher up Signed-off-by: Gray Remlin --- diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h index 2c2682cfad..f449da9354 100644 --- a/include/configs/guruplug.h +++ b/include/configs/guruplug.h @@ -72,8 +72,8 @@ * it has to be rounded to sector size */ #define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0x40000 -#define CONFIG_ENV_OFFSET 0x40000 /* env starts here */ +#define CONFIG_ENV_ADDR 0x60000 +#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ /* * Default environment variables