Makefile: Don't force generic USE_LITEDRAM=true
authorMatt Johnston <matt@codeconstruct.com.au>
Thu, 3 Mar 2022 09:05:41 +0000 (17:05 +0800)
committerMatt Johnston <matt@codeconstruct.com.au>
Fri, 4 Mar 2022 03:49:39 +0000 (11:49 +0800)
commit9cb49486906f9720787042473f2e31619de8c08f
treed95ca6de31a9c741826b318f1d06040741f7533c
parent7f9f8485467193af57243c8f87727e3399621797
Makefile: Don't force generic USE_LITEDRAM=true

That makes it easier to override a non-litedram build for testing
RAM_INIT_FILE, eg

make microwatt.dfu  LITEDRAM_GHDL_ARG=-gUSE_LITEDRAM=false  RAM_INIT_FILE=usb_hello/usb_hello.hex

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Makefile