pwm: rockchip: add pwm support for rk3399
[firefly-linux-kernel-4.4.55.git] / arch / mips / sgi-ip32 / ip32-memory.c
index ca93ecf825ae73b84e1d1a2bb0f38dcd70962c3e..828ce131c22800ab2c496d049ba7396286ff1fbe 100644 (file)
@@ -36,7 +36,7 @@ void __init prom_meminit(void)
                if (base + size > (256 << 20))
                        base += CRIME_HI_MEM_BASE;
 
-               printk("CRIME MC: bank %u base 0x%016lx size %luMiB\n",
+               printk("CRIME MC: bank %u base 0x%016Lx size %LuMiB\n",
                        bank, base, size >> 20);
                add_memory_region(base, size, BOOT_MEM_RAM);
        }