diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2013-02-17 16:41:14 +0800 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-02-18 08:59:47 +0100 |
commit | 178df1121d638650f5eed3210ee94da1981070ea (patch) | |
tree | 8a9e4847043d16190f7aa6ccf18ce7a96534fac9 | |
parent | 92f03c0a063e842febf616641a0a9ff967dd2013 (diff) |
AMD S3: Fix typo vol*a*tile in southbridge Kconfig
Change non-volitile to non-volatile.
Change-Id: Idfc7db3b3dcf078f0f3134fc62679bed439a4fd2
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/2437
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb700/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb800/Kconfig | 2 | ||||
-rwxr-xr-x | src/southbridge/amd/cimx/sb900/Kconfig | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 92e59600f3..35d899634c 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -210,7 +210,7 @@ config S3_VOLATILE_POS depends on HAVE_ACPI_RESUME help For a system with S3 feature, the BIOS needs to save some data to - non-volitile storage at cold boot stage. + non-volatile storage at cold boot stage. config HUDSON_LEGACY_FREE bool "System is legacy free" diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig index f139450300..ee740d5964 100644 --- a/src/southbridge/amd/cimx/sb700/Kconfig +++ b/src/southbridge/amd/cimx/sb700/Kconfig @@ -66,7 +66,7 @@ config S3_VOLATILE_POS depends on HAVE_ACPI_RESUME help For a system with S3 feature, the BIOS needs to save some data to - non-volitile storage at cold boot stage. + non-volatile storage at cold boot stage. endif #SOUTHBRIDGE_AMD_CIMX_SB700 diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig index 1f3ee9a46f..2620974dbf 100644 --- a/src/southbridge/amd/cimx/sb800/Kconfig +++ b/src/southbridge/amd/cimx/sb800/Kconfig @@ -128,7 +128,7 @@ config S3_VOLATILE_POS depends on HAVE_ACPI_RESUME help For a system with S3 feature, the BIOS needs to save some data to - non-volitile storage at cold boot stage. + non-volatile storage at cold boot stage. config SB800_IMC_FWM bool "Add IMC firmware" diff --git a/src/southbridge/amd/cimx/sb900/Kconfig b/src/southbridge/amd/cimx/sb900/Kconfig index acc369e667..0efbf9707c 100755 --- a/src/southbridge/amd/cimx/sb900/Kconfig +++ b/src/southbridge/amd/cimx/sb900/Kconfig @@ -59,7 +59,7 @@ config S3_VOLATILE_POS depends on HAVE_ACPI_RESUME help For a system with S3 feature, the BIOS needs to save some data to - non-volitile storage at cold boot stage. + non-volatile storage at cold boot stage. endif #SOUTHBRIDGE_AMD_CIMX_SB900 |