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:
Vikram Narayanan 2011-12-26 02:08:44 +05:30 committed by Patrick Georgi
parent 472d9025e5
commit 2b751c6f79
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ config NO_POST
default n
config POST_PORT
int
hex
default 0x80
config CONSOLE_POST