[PATCH] Increase offset for Wandboard environment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 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

_______________________________________________
arm mailing list
arm@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/arm




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM (Vger)]     [Linux ARM]     [ARM Kernel]     [Fedora User Discussion]     [Older Fedora Users Discussion]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

Powered by Linux