]> git.sur5r.net Git - u-boot/blobdiff - board/eukrea/cpuat91/cpuat91.c
usb: align usb_endpoint_descriptor to 16-bit boundary
[u-boot] / board / eukrea / cpuat91 / cpuat91.c
index 5d0541484136bee3578e0b87e0c9e8811db6349c..f654f87b725f12d93e6a60cbadcd286a7abf658a 100644 (file)
@@ -63,7 +63,7 @@ int board_early_init_f(void)
 int dram_init(void)
 {
        /* dram_init must store complete ramsize in gd->ram_size */
-       gd->ram_size = get_ram_size((volatile long *)CONFIG_SYS_SDRAM_BASE,
+       gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
                        CONFIG_SYS_SDRAM_SIZE);
        return 0;
 }