fix romcc compiled i3100 boards.
authorStefan Reinauer <stepan@coresystems.de>
Fri, 16 Apr 2010 01:45:44 +0000 (01:45 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 16 Apr 2010 01:45:44 +0000 (01:45 +0000)
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

src/northbridge/intel/i3100/raminit.h

index 828a233883cd5b4bb03cfd0f7b073565b64e1f10..29968e82addf112bc40d290699bc0c1c5d5478f2 100644 (file)
@@ -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