X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fml2%2Fml2.c;h=981e1decda55ca2e11d043eb42b2aec0f38ecddb;hb=9973e3c614721bbf169882ffc3be266a6611cd60;hp=f32e512d4f35ae6dbedb2dc5d11d57d1b41665d0;hpb=391fd93ab23e15ab3dd58a54f5b609024009c378;p=people%2Fms%2Fu-boot.git diff --git a/board/ml2/ml2.c b/board/ml2/ml2.c index f32e512d4f..981e1decda 100644 --- a/board/ml2/ml2.c +++ b/board/ml2/ml2.c @@ -53,7 +53,7 @@ int checkboard (void) } -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return 32 * 1024 * 1024; }