commit | c83bf6a2d00ef846c1fb2b0c60540f03ef203125 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Tue Jan 06 22:38:14 2004 +0000 |
committer | wdenk <wdenk> | Tue Jan 06 22:38:14 2004 +0000 |
tree | e410334c86d491dbbec765a5765eef9cccd3135a | |
parent | b299e41a0d34bf96202d9bbb72739bdd9414b0cc [diff] [blame] |
Add a common get_ram_size() function and modify the the board-specific files to invoke that common implementation.
diff --git a/common/Makefile b/common/Makefile index 5595c23..eaf2cac 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -47,7 +47,7 @@ hush.o kgdb.o lists.o lynxkdi.o miiphybb.o miiphyutil.o \ s_record.o soft_i2c.o soft_spi.o spartan2.o \ usb.o usb_kbd.o usb_storage.o \ - virtex2.o xilinx.o + virtex2.o xilinx.o memsize.o OBJS = $(AOBJS) $(COBJS)