aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/snowball.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 88372322d..31d0ef46c 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -65,12 +65,13 @@
#define CONFIG_ENV_SIZE (128*1024)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 256*1024)
#endif
+
#define CONFIG_SYS_GBL_DATA_SIZE 128 /* for initial data */
-//#define CONFIG_ENV_IS_IN_MMC
-#define CONFIG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_IN_MMC
#define CONFIG_CMD_ENV
-#define CONFIG_ENV_OFFSET 0x13F80000
+#define CONFIG_CMD_SAVEENV
+#define CONFIG_ENV_OFFSET 0x0118000
#define CONFIG_SYS_MMC_ENV_DEV 0 /* SLOT2: eMMC */
/*