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)