X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fboot%2Fhardwaremain.c;h=9b293c049a61833899abc886fb0cb7395ead7afe;hp=3d15b551c387f746dfdf20078c3c44053c065849;hb=1078c67af1228a556b1c5c182e8616271f6b7919;hpb=be25a4ded0957a0ca31f94d32857f1cb03aa42ff diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 3d15b551c..9b293c049 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -92,6 +92,9 @@ void hardwaremain(int boot_complete) #if CONFIG_WRITE_HIGH_TABLES == 1 cbmem_initialize(); +#if CONFIG_CONSOLE_CBMEM + cbmemc_reinit(); +#endif #endif #if CONFIG_HAVE_ACPI_RESUME == 1 suspend_resume();