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 | aec40ef37129c53eab61556a187ebfa8a429ddf6 (patch) | |
tree | bb31010792508965ffa7b44152b005504fb74a59 /target/linux | |
parent | ac4b6f15c0692ea1c8d39422c3c07ee449e5f67f (diff) | |
download | upstream-aec40ef37129c53eab61556a187ebfa8a429ddf6.tar.gz upstream-aec40ef37129c53eab61556a187ebfa8a429ddf6.tar.bz2 upstream-aec40ef37129c53eab61556a187ebfa8a429ddf6.zip |
[adm5120] fix description of Kconfig option for the Macronix flash chips boot-location fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |