]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/EB+MCF-EV123/EB+MCF-EV123.c
EB+MCF-EV123 board: fix syntx error
[karo-tx-uboot.git] / board / BuS / EB+MCF-EV123 / EB+MCF-EV123.c
index dcfd83ed2792870150cddbe0c3cb5b6cce1683f6..c7e83d91db8d5471203aa2141d456bb16de48241 100644 (file)
@@ -39,7 +39,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        int size,i;
 
@@ -51,7 +51,7 @@ long int initdram (int board_type)
                MCFSDRAMC_DACR0 =       MCFSDRAMC_DACR_BASE(CFG_SDRAM_BASE0)
                                        | MCFSDRAMC_DACR_CASL(1)
                                        | MCFSDRAMC_DACR_CBM(3)
-                                       | MCFSDRAMC_DACR_PS_16);
+                                       | MCFSDRAMC_DACR_PS_16;
 
                MCFSDRAMC_DMR0 =        MCFSDRAMC_DMR_BAM_16M
                                        | MCFSDRAMC_DMR_V;