diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-22 18:00:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-23 09:07:47 +0200 |
commit | 53847a211bd78a9cbf838f63f155368c641f7cd5 (patch) | |
tree | c0a72d2d52e7b70276aed0bcb15ebd8c794c8031 /src/southbridge/amd/agesa | |
parent | e34a6275eeebf324e921f8aa06e7c1c9fc0179f8 (diff) |
src/.../Kconfig: various small fixes to texts
Fixed spelling and added empty lines to separate the help
from the text automatically added during make menuconfig.
Change-Id: I6eee2c86e30573deb8cf0d42fda8b8329e1156c7
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6313
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/southbridge/amd/agesa')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 9652a8dcf8..5c036da28b 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -98,7 +98,7 @@ config HUDSON_FWM if HUDSON_FWM config HUDSON_FWM_POSITION - hex "Hudson Firmware rom Position" + hex "Hudson Firmware ROM Position" default 0xFFF20000 if BOARD_ROMSIZE_KB_1024 default 0xFFE20000 if BOARD_ROMSIZE_KB_2048 default 0xFFC20000 if BOARD_ROMSIZE_KB_4096 @@ -160,6 +160,7 @@ config HUDSON_SATA_IDE2AHCI7804 bool "IDE to AHCI7804" help AHCI ROM Required, and AMD driver required in the OS. + endchoice config HUDSON_SATA_MODE @@ -212,7 +213,7 @@ config RAID_MISC_ROM_POSITION help The RAID ROM requires that the MISC ROM is located between the range 0xFFF0_0000 to 0xFFF0_FFFF. Also, it must 1K bytes aligned. - The CONFIG_ROM_SIZE must larger than 0x100000. + The CONFIG_ROM_SIZE must be larger than 0x100000. endif # HUDSON_SATA_RAID config HUDSON_LEGACY_FREE |