]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mvblm7/mvblm7.c
update mvBL-M7 board config
[karo-tx-uboot.git] / board / mvblm7 / mvblm7.c
index c02c59ce8a5b2f794da36737d47bb3a3f375e236..3129703f791f42e5ef49a82f50d070b45215599d 100644 (file)
@@ -73,7 +73,7 @@ int fixed_sdram(void)
        return CFG_DDR_SIZE;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        volatile immap_t *im = (immap_t *) CFG_IMMR;
        u32 msize = 0;
@@ -90,7 +90,7 @@ long int initdram(int board_type)
 
 int checkboard(void)
 {
-       puts("Board: Matrix Vision mvBlueLYNX-M7 " MV_VERSION "\n");
+       puts("Board: Matrix Vision mvBlueLYNX-M7\n");
 
        return 0;
 }