summaryrefslogtreecommitdiffstats
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-09-07 18:01:20 +0200
committerPrafulla Wadaskar <prafulla@marvell.com>2014-10-01 07:04:32 -0400
commit4dfb0e4d3e75763d6fbe8788316bea9ba23e8e01 (patch)
tree51e2928fa02b7ac76b16a32dd43dde40d136a863 /include/configs/sheevaplug.h
parent2a8c9c86b92a9ccee3c27286de317e19bb0530b3 (diff)
downloadtalos-obmc-uboot-4dfb0e4d3e75763d6fbe8788316bea9ba23e8e01.tar.gz
talos-obmc-uboot-4dfb0e4d3e75763d6fbe8788316bea9ba23e8e01.zip
ARM: sheevaplug: change env location
This patch move the environment offset in sheevaplug. The size of the u-boot binary is become too big. Fix saving environments was result of corrupting the u-boot. Signed-off-by: Gerald Kerma <drEagle@doukki.net> Changes in v2: - patch description Changes in v1: - fix sheevaplug environment offset Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 4747adfeb0..d89bc37206 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -54,8 +54,8 @@
* it has to be rounded to sector size
*/
#define CONFIG_ENV_SIZE 0x20000 /* 128k */
-#define CONFIG_ENV_ADDR 0x60000
-#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */
+#define CONFIG_ENV_ADDR 0x80000
+#define CONFIG_ENV_OFFSET 0x80000 /* env starts here */
/*
* Default environment variables
OpenPOWER on IntegriCloud