diff options
Diffstat (limited to 'board/mpl/pati')
-rw-r--r-- | board/mpl/pati/Makefile | 2 | ||||
-rw-r--r-- | board/mpl/pati/pati.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/mpl/pati/Makefile b/board/mpl/pati/Makefile index 82c97d6d5d..adeba69ee0 100644 --- a/board/mpl/pati/Makefile +++ b/board/mpl/pati/Makefile @@ -42,7 +42,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/mpl/pati/pati.c b/board/mpl/pati/pati.c index 7893d61f16..475741d2af 100644 --- a/board/mpl/pati/pati.c +++ b/board/mpl/pati/pati.c @@ -149,7 +149,7 @@ extern void mem_test_reloc(void); /* * Get RAM size. */ -long int initdram(int board_type) +phys_size_t initdram(int board_type) { unsigned char board_rev; unsigned long reg; |