From 1995f1af35b53b5c07694df7296f5eb20461b1c6 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 4 Nov 2004 18:33:33 +0000 Subject: removed the comment in the very beginning of hardwaremain(). I don't think it is relevant now. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1739 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/boot/hardwaremain.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/boot') diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 50126261d7..bdbd4a3791 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -39,14 +39,6 @@ it with the version available from LANL. void hardwaremain(int boot_complete) { - /* the order here is a bit tricky. We don't want to do much of - * anything that uses config registers until after PciAllocateResources - * since that function also figures out what kind of config strategy - * to use (type 1 or type 2). - * so we turn on cache, then worry about PCI setup, then do other - * things, so that the other work can use the PciRead* and PciWrite* - * functions. - */ struct lb_memory *lb_mem; post_code(0x80); -- cgit v1.2.3