diff options
author | Shmulik Ladkani <shmulik.ladkani@gmail.com> | 2012-07-04 04:06:00 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-09-04 02:38:57 -0400 |
commit | afe7d12b6d997ff8ceff02e405eae9ba54aa8350 (patch) | |
tree | a6c94f45bc522fccc7a85575e889401052f7cdc2 /arch | |
parent | 183ae6cf8b903129eea05c596b057372818c2074 (diff) |
arm: sam9_l9260_defconfig: prepare to UBI config change
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 <shmulik.ladkani@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/sam9_l9260_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sam9_l9260_defconfig b/arch/arm/configs/sam9_l9260_defconfig index ecf2531523a1..f6917c950f44 100644 --- a/arch/arm/configs/sam9_l9260_defconfig +++ b/arch/arm/configs/sam9_l9260_defconfig | |||
@@ -40,6 +40,7 @@ CONFIG_MTD_NAND_ATMEL=y | |||
40 | CONFIG_MTD_NAND_PLATFORM=y | 40 | CONFIG_MTD_NAND_PLATFORM=y |
41 | CONFIG_MTD_UBI=y | 41 | CONFIG_MTD_UBI=y |
42 | CONFIG_MTD_UBI_BEB_RESERVE=3 | 42 | CONFIG_MTD_UBI_BEB_RESERVE=3 |
43 | CONFIG_MTD_UBI_BEB_LIMIT=3 | ||
43 | CONFIG_MTD_UBI_GLUEBI=y | 44 | CONFIG_MTD_UBI_GLUEBI=y |
44 | CONFIG_BLK_DEV_LOOP=y | 45 | CONFIG_BLK_DEV_LOOP=y |
45 | CONFIG_BLK_DEV_RAM=y | 46 | CONFIG_BLK_DEV_RAM=y |