Author: rminnich
Date: 2008-08-11 02:17:03 +0200 (Mon, 11 Aug 2008)
New Revision: 736

Modified:
   coreboot-v3/northbridge/amd/k8/Makefile
   coreboot-v3/northbridge/amd/k8/raminit.c
Log:
remove 'kludge' comment in raminit
add back in empty stage chipset variable. It will be filled in 
later. 
Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>


Modified: coreboot-v3/northbridge/amd/k8/Makefile
===================================================================
--- coreboot-v3/northbridge/amd/k8/Makefile     2008-08-11 00:14:18 UTC (rev 
735)
+++ coreboot-v3/northbridge/amd/k8/Makefile     2008-08-11 00:17:03 UTC (rev 
736)
@@ -21,6 +21,6 @@
 
 ifeq ($(CONFIG_NORTHBRIDGE_AMD_K8),y)
 
-STAGE2_CHIPSET_SRC += $(src)/northbridge/amd/k8/raminit.c
-
+# no stage2 sources yet. 
+STAGE2_CHIPSET_SRC +=
 endif

Modified: coreboot-v3/northbridge/amd/k8/raminit.c
===================================================================
--- coreboot-v3/northbridge/amd/k8/raminit.c    2008-08-11 00:14:18 UTC (rev 
735)
+++ coreboot-v3/northbridge/amd/k8/raminit.c    2008-08-11 00:17:03 UTC (rev 
736)
@@ -52,7 +52,6 @@
 #endif
 
 
-/* now THIS is a kludge but ... it will do for now until we work this out. */
 void hard_reset(void);
 
 static int controller_present(const struct mem_controller *ctrl)


--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to