Skip to content

Commit

Permalink
arm: sam9_l9260_defconfig: prepare to UBI config change
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
sladkani authored and dedekind committed Sep 4, 2012
1 parent 183ae6c commit afe7d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/sam9_l9260_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe7d12

Please sign in to comment.