diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:51:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-30 06:51:02 +0000 |
commit | 9e1b2331a3c7a991dfd40ac3005e9ea11cac57d4 (patch) | |
tree | c9e8b197003eb773b0ee54c411f15e4420c780c8 /target | |
parent | 5f7d85b46d604e4e67d39789f5374f1047d38cb7 (diff) | |
download | upstream-9e1b2331a3c7a991dfd40ac3005e9ea11cac57d4.tar.gz upstream-9e1b2331a3c7a991dfd40ac3005e9ea11cac57d4.tar.bz2 upstream-9e1b2331a3c7a991dfd40ac3005e9ea11cac57d4.zip |
ar71xx: move CONFIG_MTD_NAND_AR934X_HW_ECC option to subtarget config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index b6c523b343..2a0ba822a9 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -210,7 +210,6 @@ CONFIG_MTD_M25P80=y # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set CONFIG_MTD_MYLOADER_PARTS=y -# CONFIG_MTD_NAND_AR934X_HW_ECC is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index efa562c66e..8f87d10770 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -10,6 +10,7 @@ CONFIG_MDIO_BITBANG=y CONFIG_MDIO_GPIO=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_AR934X=y +# CONFIG_MTD_NAND_AR934X_HW_ECC is not set CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_NAND_RB750=y |