diff options
author | Vikram Narayanan <vikram186@gmail.com> | 2011-12-26 02:08:44 +0530 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2011-12-26 08:52:07 +0100 |
commit | 2b751c6f79b34f7d96598beb10c21b2d84d839d9 (patch) | |
tree | d6d191226c727027aa64398fc56064b82555db95 /src/console/Kconfig | |
parent | 472d9025e57a3afcd8af547df218db134253a56f (diff) |
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>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 83826954b5..dbd11f65e8 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -334,7 +334,7 @@ config NO_POST default n config POST_PORT - int + hex default 0x80 config CONSOLE_POST |