mohonpeak/Kconfig: Fix whitespace issues
Auto-indent did me wrong, and I didn't notice it. Change-Id: I5a736cf53a3bdbe57b28b2d6a55befd341d8dfd8 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12655 Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
0a105cd067
commit
9ed54f99c7
|
@ -71,10 +71,10 @@ config UART_FOR_CONSOLE
|
||||||
help
|
help
|
||||||
The Mohon Peak board uses COM2 (2f8) for the serial console.
|
The Mohon Peak board uses COM2 (2f8) for the serial console.
|
||||||
|
|
||||||
config PAYLOAD_CONFIGFILE
|
config PAYLOAD_CONFIGFILE
|
||||||
string
|
string
|
||||||
default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
|
default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"
|
||||||
help
|
help
|
||||||
The Avoton/Rangeley chip does not allow devices to write into the 0xe000
|
The Avoton/Rangeley chip does not allow devices to write into the 0xe000
|
||||||
segment. This means that USB/SATA devices will not work in SeaBIOS unless
|
segment. This means that USB/SATA devices will not work in SeaBIOS unless
|
||||||
we put the SeaBIOS buffer area down in the 0x9000 segment.
|
we put the SeaBIOS buffer area down in the 0x9000 segment.
|
||||||
|
|
Loading…
Reference in New Issue