modified Makefiles in tos subdir

stripped down vmem_test to be able to test a DDR controller only FPGA config
This commit is contained in:
Markus Fröschle
2015-04-05 09:05:11 +00:00
parent 0de57bc247
commit 9f03b891fd
6 changed files with 17 additions and 148 deletions

View File

@@ -40,7 +40,7 @@ CFLAGS=\
-Wl,--defsym -Wl,__MMUBAR=0xff040000\
-Wl,--defsym -Wl,__FPGA_JTAG_LOADED=0xff101000\
-Wl,--defsym -Wl,__FPGA_JTAG_VALID=0xff101004\
-Wl,--defsym -Wl,__VRAM=0x60000000\
-Wl,--defsym -Wl,__VRAM=0x60000000\
-Wall
SRCDIR=sources