summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-04 09:33:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2016-02-17 10:54:09 +0100
commite6b72a70e4d84062f8ba302a629e891264c2fe12 (patch)
treec70439853b593a78ba4aa80a7a06e4063e287118
parent84c035f40ba3088fff11c53e9d1a314787f4310c (diff)
colibri_imx7.h: change mtd partitionining for kobs-ng
kobs-ng needs a partition which holds FCB, DBBT, and Bootloader, not FCB, DBBT alone.
-rw-r--r--include/configs/colibri_imx7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
index f2c93e41e3..19b1f3f513 100644
--- a/include/configs/colibri_imx7.h
+++ b/include/configs/colibri_imx7.h
@@ -436,7 +436,7 @@
#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
#define MTDIDS_DEFAULT "nand0=gpmi-nand"
#define MTDPARTS_DEFAULT "mtdparts=gpmi-nand:" \
- "128k(mx7-bcb)ro," \
+ "4096k(mx7-bcb)," \
"1408k(u-boot)ro," \
"512k(u-boot-env)," \
"-(ubi)"