From patchwork Mon Jul 30 13:57:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/5] arm: sam9_l9260_defconfig: prepare to UBI config change Date: Mon, 30 Jul 2012 03:57:37 -0000 From: Artem Bityutskiy X-Patchwork-Id: 174021 Message-Id: <1343656661-8096-1-git-send-email-dedekind1@gmail.com> To: Shmulik Ladkani Cc: Artem Bityutskiy , linux-mtd@lists.infradead.org From: Shmulik Ladkani We are going to kill the CONFIG_MTD_UBI_BEB_RESERVE configuration option soon and use the CONFIG_MTD_UBI_BEB_LIMIT instead. In order to do this smoothly, we now introduce the new configuration option to sam9_l9260_defconfig, and will kill the old one after the corresponding UBI changes are done. Signed-off-by: Shmulik Ladkani Signed-off-by: Artem Bityutskiy --- arch/arm/configs/sam9_l9260_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sam9_l9260_defconfig b/arch/arm/configs/sam9_l9260_defconfig index ecf2531..f6917c9 100644 --- a/arch/arm/configs/sam9_l9260_defconfig +++ b/arch/arm/configs/sam9_l9260_defconfig @@ -40,6 +40,7 @@ CONFIG_MTD_NAND_ATMEL=y CONFIG_MTD_NAND_PLATFORM=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_RESERVE=3 +CONFIG_MTD_UBI_BEB_LIMIT=3 CONFIG_MTD_UBI_GLUEBI=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y