drop the use of function pointers from romcc code.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5367 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-04-07 03:11:28 +00:00 committed by Stefan Reinauer
parent c02c34e886
commit 3dfd03f887
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ void setup_pars(void)
#include "cpu/amd/sc520/raminit.c"
typedef void (*lj)(void);
struct mem_controller {
int i;
};