Get rid of a few more warnings.
[coreboot.git] / src / northbridge / intel / i3100 / raminit.c
index 242dcf9105ac89fb93c88912f9e5ad970dbab3c3..e2c30f0d1bf8809a8340ee9fb0ba3410a7d87d81 100644 (file)
@@ -944,7 +944,7 @@ static void sdram_enable(int controllers, const struct mem_controller *ctrl)
        u32 drc;
        u32 data32;
        u32 mode_reg;
-       u32 *iptr;
+       u32 const *iptr;
        u16 data16;
        static const struct {
                u32 clkgr[4];