X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fconsole%2Fpost.c;h=7fc9d6fc6ee9344c3cbedf49057ae809d0481612;hb=5cfd583c5c2d803dd240768ec343b5a95f42c785;hp=3872c2d4fefa2b2778dd9b886abf0d4d8c515010;hpb=f3b0500050050e4f103e42fdcf111af232fa874b;p=coreboot.git diff --git a/src/console/post.c b/src/console/post.c index 3872c2d4f..7fc9d6fc6 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -32,6 +32,6 @@ void post_code(uint8_t value) print_emerg_hex8(value); print_emerg("\n"); #endif - outb(value, 0x80); + outb(value, CONFIG_POST_PORT); #endif }