# main project for aud8518sp2-emmc-uboot | |
ARCH := arm64 | |
ARM_CPU := cortex-a53 | |
TARGET := aud8518sp2-emmc-uboot | |
WITH_KERNEL_VM := 1 | |
WITH_LINKER_GC := 1 | |
WITH_PMIC_MT6395 := 1 | |
WITH_VCORE_PWM_BUCK := 1 | |
# arch for lz4 compression lib | |
GLOBAL_DEFINES += \ | |
LZ4_ARCH64=1 | |
# add for dram config | |
GLOBAL_DEFINES += \ | |
SUPPORT_TYPE_PCDDR3=1 | |
GLOBAL_DEFINES += \ | |
SUPPORT_PCDDR3_32BIT_PINMUX_WIDTH_16BIT=1 | |
MODULES += \ | |
app/fitboot \ | |
LK_HEAP_IMPLEMENTATION=miniheap |