aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGray Remlin <[g_remlin@rocketmail.com]>2010-10-28 19:02:12 +0530
committerPrafulla Wadaskar <prafulla@marvell.com>2010-10-28 19:02:12 +0530
commit5842383e25910636d2e9a722f0ef1a2ec7951b36 (patch)
tree5d3e1e8481dff5b861081fbb6af9b2e62f526186 /include
parent754ae3fbb76dc429ef932bbd04b432196efe45ff (diff)
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 <g_remlin@rocketmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/guruplug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index 2c2682cfa..f449da935 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