diff options
Diffstat (limited to 'board/eltec/elppc')
-rw-r--r-- | board/eltec/elppc/Makefile | 2 | ||||
-rw-r--r-- | board/eltec/elppc/elppc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/eltec/elppc/Makefile b/board/eltec/elppc/Makefile index 5ab9623..24cbfee 100644 --- a/board/eltec/elppc/Makefile +++ b/board/eltec/elppc/Makefile @@ -40,7 +40,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/eltec/elppc/elppc.c b/board/eltec/elppc/elppc.c index 108adb1..1b70605 100644 --- a/board/eltec/elppc/elppc.c +++ b/board/eltec/elppc/elppc.c @@ -104,7 +104,7 @@ long int dram_size (int board_type) /* ------------------------------------------------------------------------- */ -long int initdram (int board_type) +phys_size_t initdram (int board_type) { return dram_size (board_type); } |