fix compilation of mtarvon
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5515 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a2f6a9095c
commit
a8d11a2032
|
@ -944,7 +944,7 @@ static void sdram_enable(int controllers, const struct mem_controller *ctrl)
|
|||
u32 drc;
|
||||
u32 data32;
|
||||
u32 mode_reg;
|
||||
u32 const *iptr;
|
||||
const u32 *iptr;
|
||||
u16 data16;
|
||||
static const struct {
|
||||
u32 clkgr[4];
|
||||
|
|
Loading…
Reference in New Issue