blob: 0a9de91b672eddc142a17c0403e6965a63e97795 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# main project for aud8518sp3-emmc-32b-c4a-user-test
2ARCH := arm64
3ARM_CPU := cortex-a53
4TARGET := aud8518sp3-emmc-32b-c4a-user-test
5WITH_KERNEL_VM := 1
6WITH_LINKER_GC := 1
7WITH_PMIC_MT6395 := 1
8WITH_VCORE_PWM_BUCK := 1
9PMIC_MT6395_I2C0 := 1
10MTK_TINYSYS_SCP_SUPPORT := yes
11
12# arch for lz4 compression lib
13GLOBAL_DEFINES += \
14 LZ4_ARCH64=1
15
16# add for dram config
17GLOBAL_DEFINES += \
18 SUPPORT_TYPE_PCDDR3=1
19
20GLOBAL_DEFINES += \
21 SUPPORT_PCDDR3_32BIT_PINMUX_WIDTH_16BIT=1
22
23MODULES += \
24 app/fitboot \
25
26LK_HEAP_IMPLEMENTATION=miniheap