blob: b1ba8d81f0d94271104ff306c82b1e1c6ebfcad3 [file] [log] [blame]
# main project for EVB nand
ARCH := arm
ARM_CPU := cortex-a7
TARGET := auto2731evb-ivt-nand
WITH_KERNEL_VM := 1
WITH_LINKER_GC := 1
SCRATCH_SIZE ?= 0x01000000 # 16MB
MAX_TEE_DRAM_SIZE ?= 0x01000000 # 16MB
MAX_KERNEL_SIZE ?= 0x01000000 # 16MB
MAX_SPMFW_SIZE ?= 0x00010000 # 64KB
CA35_FREQ := CA35_FREQ_806MHZ
BOOTAPP := blxboot
ENABLE_BUILTIN_BL33 := 0
NAND_DEBUG := 1
# arch for lz4 compression lib
GLOBAL_DEFINES += \
LZ4_ARCH64=0 \
MTK_NAND_PAGE_SIZE=2048 \
SGPT_ON_LAST_9TH_BLOCK \
LK_HEAP_IMPLEMENTATION=miniheap
ifeq ($(strip $(AB_OTA_UPDATER)),yes)
include project/auto2731-config/auto2731-ivt-partition_ab.mk
else
include project/auto2731-config/auto2731-ivt-partition.mk
endif