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:
parent
c02c34e886
commit
3dfd03f887
|
@ -40,8 +40,6 @@ void setup_pars(void)
|
|||
|
||||
#include "cpu/amd/sc520/raminit.c"
|
||||
|
||||
typedef void (*lj)(void);
|
||||
|
||||
struct mem_controller {
|
||||
int i;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue