]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/astro/mcf5373l/mcf5373l.c
Merge remote-tracking branch 'u-boot-samsung/master'
[karo-tx-uboot.git] / board / astro / mcf5373l / mcf5373l.c
index daba32c9dc1acd74be9fa348738783cb8564e613..7ec7cb378f561fc936a8821715e15db1c35ddcc0 100644 (file)
@@ -79,7 +79,7 @@ phys_size_t initdram(int board_type)
         * (Do not rely on the SDCS register(s) being set to 0x00000000
         * during reset as stated in the data sheet.)
         */
-       return get_ram_size((unsigned long *)CONFIG_SYS_SDRAM_BASE,
+       return get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
                                0x80000000 - CONFIG_SYS_SDRAM_BASE);
 }