summaryrefslogtreecommitdiff
path: root/board/munices
diff options
context:
space:
mode:
Diffstat (limited to 'board/munices')
-rw-r--r--board/munices/Makefile2
-rw-r--r--board/munices/munices.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/munices/Makefile b/board/munices/Makefile
index 09c63c3..5862bed 100644
--- a/board/munices/Makefile
+++ b/board/munices/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/munices/munices.c b/board/munices/munices.c
index 395909d..162f89c 100644
--- a/board/munices/munices.c
+++ b/board/munices/munices.c
@@ -74,7 +74,7 @@ static void sdram_start (int hi_addr)
* is something else than 0x00000000.
*/
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
{
ulong dramsize = 0;
ulong dramsize2 = 0;