[platform][zynq] add support for putting the base of the system in dram (1MB offset)
-Add a few global #defines: ZYNQ_CODE_IN_SDRAM and ZYNQ_SDRAM_INIT which are used in a few places to initialize or not initialze dram and affect the way the VM is brought up. -Add zybo-dram-test project
This commit is contained in:
6
project/zybo-dram-test.mk
Normal file
6
project/zybo-dram-test.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
ZYNQ_USE_SRAM := 0
|
||||
|
||||
include $(LOCAL_DIR)/zybo-test.mk
|
||||
|
||||
Reference in New Issue
Block a user