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:
parent
94c27b3d47
commit
7dcdb3051e
|
@ -30,6 +30,8 @@ struct mem_controller {
|
||||||
u16 channel1[DIMM_SOCKETS];
|
u16 channel1[DIMM_SOCKETS];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef __ROMCC__
|
||||||
void sdram_initialize(int controllers, const struct mem_controller *ctrl);
|
void sdram_initialize(int controllers, const struct mem_controller *ctrl);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue