[coreboot] New patch to review for coreboot: 5aa32e0 AMD S3: Fix a typo in southbridge Kconfig

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Sun Feb 17 10:08:00 CET 2013


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2437

-gerrit

commit 5aa32e0c897df01b7f39dc48163066d4d304d428
Author: Zheng Bao <fishbaozi at gmail.com>
Date:   Sun Feb 17 16:41:14 2013 +0800

    AMD S3: Fix a typo in southbridge Kconfig
    
    Change non-volitile to non-volatile.
    
    Change-Id: Idfc7db3b3dcf078f0f3134fc62679bed439a4fd2
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: Zheng Bao <fishbaozi at 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
 



More information about the coreboot mailing list