mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
1a63e9e399
commit
3dc0fe02cc
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue