remove 'kludge' comment in raminit

add back in empty stage chipset variable. It will be filled in 
later. 
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@736 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-08-11 00:17:03 +00:00
parent 1a63e9e399
commit 3dc0fe02cc
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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)