[target][zybo] set the heap to the base of dram that's not covered with sram
This commit is contained in:
@@ -11,7 +11,10 @@ GLOBAL_INCLUDES += \
|
||||
$(LOCAL_DIR)/include
|
||||
|
||||
GLOBAL_DEFINES += \
|
||||
TIMER_CLOCK_FREQ=325000000
|
||||
TIMER_CLOCK_FREQ=325000000 \
|
||||
WITH_STATIC_HEAP=1 \
|
||||
HEAP_START=0x00100000 \
|
||||
HEAP_LEN=0x1ff00000
|
||||
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/target.c \
|
||||
|
||||
Reference in New Issue
Block a user