diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-21 07:29:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-21 07:29:34 +0000 |
commit | 96c724bf3cba1fbc472178c8c9f30b0601e04479 (patch) | |
tree | 16cd55ba679bfaa14ef94c541b4b4b9dcf37a123 /target | |
parent | 74ff5540f361b87d2ae54fff5c2b451e5dbdfe4b (diff) | |
download | upstream-96c724bf3cba1fbc472178c8c9f30b0601e04479.tar.gz upstream-96c724bf3cba1fbc472178c8c9f30b0601e04479.tar.bz2 upstream-96c724bf3cba1fbc472178c8c9f30b0601e04479.zip |
fix description of Kconfig option for the Macronix flash chips boot-location fixup
SVN-Revision: 8904
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/adm5120/patches-2.6.22/101-cfi_fixup_macronix_bootloc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.22/101-cfi_fixup_macronix_bootloc.patch b/target/linux/adm5120/patches-2.6.22/101-cfi_fixup_macronix_bootloc.patch index 84c45d2014..8ccd76f544 100644 --- a/target/linux/adm5120/patches-2.6.22/101-cfi_fixup_macronix_bootloc.patch +++ b/target/linux/adm5120/patches-2.6.22/101-cfi_fixup_macronix_bootloc.patch @@ -83,7 +83,7 @@ Index: linux-2.6.22.1/drivers/mtd/chips/Kconfig including the AMD Am29LV320. +config MTD_CFI_FIXUP_MACRONIX_BOOTLOC -+ bool "Force bottom boot for Macronix flash chips" ++ bool "Fix boot-block location for Macronix flash chips" + depends on MTD_CFI_AMDSTD + help + Some Macronix flash chips have no/wrong boot-block location in the |