trivial:change the value type of POST_PORT in Kconfig from int to hex
trivial change in src/console/Kconfig Change-Id: Ib6bb4ccfabaa3af18b48a23a51a576b872d807a8 Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Reviewed-on: http://review.coreboot.org/505 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
472d9025e5
commit
2b751c6f79
|
@ -334,7 +334,7 @@ config NO_POST
|
|||
default n
|
||||
|
||||
config POST_PORT
|
||||
int
|
||||
hex
|
||||
default 0x80
|
||||
|
||||
config CONSOLE_POST
|
||||
|
|
Loading…
Reference in New Issue