public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] ARM: sheevaplug: fix uboot corruption
@ 2014-07-27  5:54 Gerald Kerma
  2014-09-06  6:50 ` drEagle
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Kerma @ 2014-07-27  5:54 UTC (permalink / raw)
  To: u-boot

This patch move the environment offset in sheevaplug.
The size of the u-boot binary is become too big.
Saving environments will result of corrupting the u-boot.

Signed-off-by: Gerald Kerma <drEagle@doukki.net>
---

 Changes in v1:
 - fix sheevaplug environment offset

 include/configs/sheevaplug.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 3d6ff09..85c6bc2 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -55,8 +55,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.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-06  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-27  5:54 [U-Boot] [PATCH 1/1] ARM: sheevaplug: fix uboot corruption Gerald Kerma
2014-09-06  6:50 ` drEagle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox