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-03-09 15:03:31 +0100
commitcb882dcdc5a081aaf1a28f3549b8f6bce9655d38 (patch)
tree3d10fee55413766d7b158e8ed04d2f63036979b1
parent429fa874b72c6d3574884df0fe5f5d03c9470658 (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. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-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)"