[fedora-arm] [PATCH] Increase offset for Wandboard environment

Steven A. Falco stevenfalco at gmail.com
Tue Jun 30 14:20:50 UTC 2015


U-Boot has grown beyond the allocated size, such that the enviromnent
was overlapping the code.  This patch corrects that.

Signed-off-by: Steven A. Falco <stevenfalco at gmail.com>
---
 include/configs/wandboard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 4950ed7..a7e2261 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -285,7 +285,7 @@
 #define CONFIG_ENV_SIZE			(8 * 1024)
 
 #define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_ENV_OFFSET		(6 * 64 * 1024)
+#define CONFIG_ENV_OFFSET		(7 * 64 * 1024)
 #define CONFIG_SYS_MMC_ENV_DEV		0
 
 #ifndef CONFIG_SYS_DCACHE_OFF
-- 
2.4.3



More information about the arm mailing list