summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/colibri_vf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 64a4ccb73a..d6b4bb615b 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -62,7 +62,7 @@
#define MTDPARTS_DEFAULT "mtdparts=fsl_nfc:" \
"128k(vf-bcb)ro," \
"1408k(u-boot)ro," \
- "512k(u-boot-env)ro," \
+ "512k(u-boot-env)," \
"8m(kernel-ubi)," \
"-(rootfs-ubi)"
@@ -217,6 +217,7 @@
/* Environment organization */
#define CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_SIZE (64 * 2048)
+#define CONFIG_ENV_RANGE (4 * 64 * 2048)
#define CONFIG_ENV_OFFSET (12 * 64 * 2048)
#define CONFIG_OF_LIBFDT