Fix whitespace issue with help message in Kconfig file
Every line of text after a 'help' label in a Kconfig file must have the same whitespace preceding it, otherwise it's no longer considered help text. Change-Id: I97093bee72b295b315d78d4c26d7186bf1017fda Signed-off-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-on: http://review.coreboot.org/1687 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
6f05c2eb59
commit
b578627f51
|
@ -95,7 +95,7 @@ config HUDSON_FWM_POSITION
|
|||
default 0xFF820000 if BOARD_ROMSIZE_KB_8192
|
||||
default 0xFF020000 if BOARD_ROMSIZE_KB_16384
|
||||
help
|
||||
Hudson requires the firmware MUST to be located at
|
||||
Hudson requires the firmware MUST be located at
|
||||
a specific address (ROM start address + 0x20000), otherwise
|
||||
xhci host Controller can not find or load the xhci firmware.
|
||||
|
||||
|
|
Loading…
Reference in New Issue