diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index bbdb943cf0..dd8b25f421 100644 --- a/include/common.h +++ b/include/common.h @@ -209,7 +209,7 @@ int timer_init(void); int cpu_init(void); /* */ -phys_size_t initdram(void); +int initdram(void); #include <display_options.h> |