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:
Stefan Reinauer 2010-04-30 17:50:53 +00:00 committed by Stefan Reinauer
parent a2f6a9095c
commit a8d11a2032
1 changed files with 1 additions and 1 deletions

View File

@ -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];