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>
This commit is contained in:
parent
92f03c0a06
commit
178df1121d
|
@ -210,7 +210,7 @@ config S3_VOLATILE_POS
|
||||||
depends on HAVE_ACPI_RESUME
|
depends on HAVE_ACPI_RESUME
|
||||||
help
|
help
|
||||||
For a system with S3 feature, the BIOS needs to save some data to
|
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
|
config HUDSON_LEGACY_FREE
|
||||||
bool "System is legacy free"
|
bool "System is legacy free"
|
||||||
|
|
|
@ -66,7 +66,7 @@ config S3_VOLATILE_POS
|
||||||
depends on HAVE_ACPI_RESUME
|
depends on HAVE_ACPI_RESUME
|
||||||
help
|
help
|
||||||
For a system with S3 feature, the BIOS needs to save some data to
|
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
|
endif #SOUTHBRIDGE_AMD_CIMX_SB700
|
||||||
|
|
||||||
|
|
|
@ -128,7 +128,7 @@ config S3_VOLATILE_POS
|
||||||
depends on HAVE_ACPI_RESUME
|
depends on HAVE_ACPI_RESUME
|
||||||
help
|
help
|
||||||
For a system with S3 feature, the BIOS needs to save some data to
|
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
|
config SB800_IMC_FWM
|
||||||
bool "Add IMC firmware"
|
bool "Add IMC firmware"
|
||||||
|
|
|
@ -59,7 +59,7 @@ config S3_VOLATILE_POS
|
||||||
depends on HAVE_ACPI_RESUME
|
depends on HAVE_ACPI_RESUME
|
||||||
help
|
help
|
||||||
For a system with S3 feature, the BIOS needs to save some data to
|
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
|
endif #SOUTHBRIDGE_AMD_CIMX_SB900
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue