| # main project for EVB nand |
| ARCH := arm |
| ARM_CPU := cortex-a7 |
| TARGET := auto2731evb-ivt-nand-lp4 |
| 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 |
| |
| # arch for lz4 compression lib |
| GLOBAL_DEFINES += \ |
| LZ4_ARCH64=0 \ |
| MTK_NAND_PAGE_SIZE=4096 \ |
| |
| 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 |