diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-05-13 20:39:07 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-05-13 20:39:07 +0000 |
commit | 6a8745ae578531617deab7c5de04d4566e3d0b45 (patch) | |
tree | c0b970b91bfdf6fdbaaae6eaa75dc563eda0fdb3 /src/boot | |
parent | 5002af6a1895d53978e92217bd7a579f0fdf43e5 (diff) |
code reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 86ea097965..efaf59519d 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -152,7 +152,7 @@ void hardwaremain(int boot_complete) unsigned long totalmem; post_code(0x80); - + CONFIGURE(CONF_PASS_PRE_CONSOLE); /* displayinit MUST PRECEDE ALL PRINTK! */ |