diff options
Diffstat (limited to 'board/esd/voh405')
-rw-r--r-- | board/esd/voh405/Makefile | 2 | ||||
-rw-r--r-- | board/esd/voh405/voh405.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/voh405/Makefile b/board/esd/voh405/Makefile index 308f752d09..98acb4b771 100644 --- a/board/esd/voh405/Makefile +++ b/board/esd/voh405/Makefile @@ -43,7 +43,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/esd/voh405/voh405.c b/board/esd/voh405/voh405.c index 87a584979b..52534220a7 100644 --- a/board/esd/voh405/voh405.c +++ b/board/esd/voh405/voh405.c @@ -305,7 +305,7 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { unsigned long val; |