aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i3100
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-16 01:45:44 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-16 01:45:44 +0000
commit7dcdb3051e8bc85d8841436f1e0e8c0d6e64700c (patch)
tree05c266e90b8056b9f0016d2993ad248d79beb177 /src/northbridge/intel/i3100
parent94c27b3d47dfa6d64192b0fde68d3011074a5bae (diff)
fix romcc compiled i3100 boards.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5450 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i3100')
-rw-r--r--src/northbridge/intel/i3100/raminit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/i3100/raminit.h b/src/northbridge/intel/i3100/raminit.h
index 828a233883..29968e82ad 100644
--- a/src/northbridge/intel/i3100/raminit.h
+++ b/src/northbridge/intel/i3100/raminit.h
@@ -30,6 +30,8 @@ struct mem_controller {
u16 channel1[DIMM_SOCKETS];
};
+#ifndef __ROMCC__
void sdram_initialize(int controllers, const struct mem_controller *ctrl);
+#endif
#endif