From 2b751c6f79b34f7d96598beb10c21b2d84d839d9 Mon Sep 17 00:00:00 2001 From: Vikram Narayanan Date: Mon, 26 Dec 2011 02:08:44 +0530 Subject: 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 Reviewed-on: http://review.coreboot.org/505 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') 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 -- cgit v1.2.3