From e6b72a70e4d84062f8ba302a629e891264c2fe12 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 4 Jan 2016 09:33:51 +0100 Subject: colibri_imx7.h: change mtd partitionining for kobs-ng kobs-ng needs a partition which holds FCB, DBBT, and Bootloader, not FCB, DBBT alone. --- include/configs/colibri_imx7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3