diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-30 17:41:08 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-30 17:41:08 +0000 |
commit | 5e574fa5d12b7a0b173c39a1706ede4e0172fe1f (patch) | |
tree | daa3a6ac2d8e2e137b54fb0c3f21ea6a1811a322 /target/linux | |
parent | a95353299c37a9b45a660e98d39f58843cefc63f (diff) |
brcm-2.4: add support for 8-bit flash bus width
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19421 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.4/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/config-default b/target/linux/generic-2.4/config-default index a087bb9dd..869e4f4cc 100644 --- a/target/linux/generic-2.4/config-default +++ b/target/linux/generic-2.4/config-default @@ -406,7 +406,7 @@ CONFIG_MTD_BLOCK=y # CONFIG_MTD_BOSPORUS is not set CONFIG_MTD_CFI_ADV_OPTIONS=y CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_B1 is not set +CONFIG_MTD_CFI_B1=y CONFIG_MTD_CFI_B2=y # CONFIG_MTD_CFI_B4 is not set # CONFIG_MTD_CFI_B8 is not set |