blob: ce46b663bb1b668c2e8135d09c4b680e89c2eff4 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# main project for aud8518ap1-slc-32b-test
2ARCH := arm64
3ARM_CPU := cortex-a53
4TARGET := aud8518ap1-slc-32b-test
5WITH_KERNEL_VM := 1
6WITH_LINKER_GC := 1
7WITH_PMIC_MT6395 := 1
8WITH_VCORE_I2C_BUCK := 1
9MTK_TINYSYS_SCP_SUPPORT := yes
10WITH_RT9460_CHARGER := 1
11
12# arch for lz4 compression lib
13GLOBAL_DEFINES += \
14 LZ4_ARCH64=1
15
16# add for dram config
17GLOBAL_DEFINES += \
18 SUPPORT_TYPE_LPDDR4=1
19
20# add SLC nand GPT common config
21GLOBAL_DEFINES += \
22 SUPPORT_GPT_FIXED_LBS=1
23
24MODULES += \
25 app/fitboot \
26
27LK_HEAP_IMPLEMENTATION=miniheap