[target][zybo] set the heap to the base of dram that's not covered with sram

This commit is contained in:
Travis Geiselbrecht
2014-05-02 22:30:22 -07:00
parent 70581abc91
commit a69f397e06

View File

@@ -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 \