diff options
Diffstat (limited to 'board/total5200')
-rw-r--r-- | board/total5200/Makefile | 2 | ||||
-rw-r--r-- | board/total5200/total5200.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/total5200/Makefile b/board/total5200/Makefile index 10e5fc3..a8abd7d 100644 --- a/board/total5200/Makefile +++ b/board/total5200/Makefile @@ -38,7 +38,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### diff --git a/board/total5200/total5200.c b/board/total5200/total5200.c index c8d4c67..868ebd5 100644 --- a/board/total5200/total5200.c +++ b/board/total5200/total5200.c @@ -36,7 +36,7 @@ #include "mt48lc16m16a2-75.h" #endif -long int initdram (int board_type) +phys_size_t initdram (int board_type) { sdram_conf_t sdram_conf; |