Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2437
-gerrit
commit b097a0d6a0d974c58b82672f08b9b3ce611c7529 Author: Zheng Bao fishbaozi@gmail.com Date: Sun Feb 17 16:41:14 2013 +0800
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 --- src/southbridge/amd/agesa/hudson/Kconfig | 2 +- src/southbridge/amd/cimx/sb700/Kconfig | 2 +- src/southbridge/amd/cimx/sb800/Kconfig | 2 +- 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 92e5960..35d8996 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 f139450..ee740d5 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 1f3ee9a..2620974 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 acc369e..0efbf97 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