Vikram Narayanan ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/505
-gerrit commit 181869715598f0ad7cc665027d98671d013908ca Author: Vikram Narayanan <[email protected]> Date: Mon Dec 26 02:08:44 2011 +0530 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 <[email protected]> --- src/console/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/console/Kconfig b/src/console/Kconfig index 8382695..dbd11f6 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

