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
This commit is contained in:
Stefan Reinauer 2010-04-16 01:45:44 +00:00 committed by Stefan Reinauer
parent 94c27b3d47
commit 7dcdb3051e
1 changed files with 2 additions and 0 deletions

View 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