From 3dc0fe02cc8600f879e3662a79ac7f48bb24ac42 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 11 Aug 2008 00:17:03 +0000 Subject: [PATCH] remove 'kludge' comment in raminit add back in empty stage chipset variable. It will be filled in later. Signed-off-by: Ronald G. Minnich Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@736 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- northbridge/amd/k8/Makefile | 4 ++-- northbridge/amd/k8/raminit.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/northbridge/amd/k8/Makefile b/northbridge/amd/k8/Makefile index d752cf8104..1fd2850c1d 100644 --- a/northbridge/amd/k8/Makefile +++ b/northbridge/amd/k8/Makefile @@ -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 diff --git a/northbridge/amd/k8/raminit.c b/northbridge/amd/k8/raminit.c index 84ee6a4ab1..2d7e75eaae 100644 --- a/northbridge/amd/k8/raminit.c +++ b/northbridge/amd/k8/raminit.c @@ -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)