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