* [U-Boot] [PATCH 4/4] Fix env address for Sheevaplug board
@ 2012-09-21 10:19 DrEagle
0 siblings, 0 replies; only message in thread
From: DrEagle @ 2012-09-21 10:19 UTC (permalink / raw)
To: u-boot
Signed-off-by: drEagle <dreagle@doukki.net>
---
include/configs/sheevaplug.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 7d710bf..a10e825 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -71,9 +71,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
*/
--
1.7.10.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-21 10:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 10:19 [U-Boot] [PATCH 4/4] Fix env address for Sheevaplug board DrEagle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox