diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-01-27 08:26:29 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-05 01:21:57 -0500 |
commit | 4ba24a81bdc6baa47a9ddf92f1fb469047fd8cae (patch) | |
tree | bd53d2651f746698104ebb3cb7b9d99f9248059c | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ARM: dove: Remove UBI support from defconfig
As NAND support is not enabled by default, it's hard to see
why we'd want to have UBI support. Let's remove it.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/dove_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig index 110105476848..7242b11682ad 100644 --- a/arch/arm/configs/dove_defconfig +++ b/arch/arm/configs/dove_defconfig | |||
@@ -48,7 +48,6 @@ CONFIG_MTD_CFI_INTELEXT=y | |||
48 | CONFIG_MTD_CFI_STAA=y | 48 | CONFIG_MTD_CFI_STAA=y |
49 | CONFIG_MTD_PHYSMAP=y | 49 | CONFIG_MTD_PHYSMAP=y |
50 | CONFIG_MTD_M25P80=y | 50 | CONFIG_MTD_M25P80=y |
51 | CONFIG_MTD_UBI=y | ||
52 | CONFIG_BLK_DEV_LOOP=y | 51 | CONFIG_BLK_DEV_LOOP=y |
53 | CONFIG_BLK_DEV_RAM=y | 52 | CONFIG_BLK_DEV_RAM=y |
54 | CONFIG_BLK_DEV_RAM_COUNT=1 | 53 | CONFIG_BLK_DEV_RAM_COUNT=1 |