X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fmvblm7%2Fmvblm7.c;h=3129703f791f42e5ef49a82f50d070b45215599d;hb=f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b;hp=c02c59ce8a5b2f794da36737d47bb3a3f375e236;hpb=1730edf76c54381475e2da11f75b1ce563c4e62c;p=karo-tx-uboot.git diff --git a/board/mvblm7/mvblm7.c b/board/mvblm7/mvblm7.c index c02c59ce8a..3129703f79 100644 --- a/board/mvblm7/mvblm7.c +++ b/board/mvblm7/mvblm7.c @@ -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; }