]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/common.h
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / include / common.h
index bbdb943cf01951e242fea783417adef38b8c7ebd..dd8b25f421e8d410e19b636c99856f3e8923e29d 100644 (file)
@@ -209,7 +209,7 @@ int timer_init(void);
 int    cpu_init(void);
 
 /* */
-phys_size_t initdram(void);
+int initdram(void);
 
 #include <display_options.h>