]> git.sur5r.net Git - u-boot/blobdiff - board/atmel/atstk1000/atstk1000.c
Change initdram() return type to phys_size_t
[u-boot] / board / atmel / atstk1000 / atstk1000.c
index 33bdba6f5df46dda66d20773e0f96d6f0a6997cb..6371e2d4e3acb1f13ecb481d1d88d5eb1bba0bcf 100644 (file)
@@ -90,7 +90,7 @@ int board_early_init_f(void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        unsigned long expected_size;
        unsigned long actual_size;