blob: cd7369c034f61d25293d873d5eea44fecfe56708 [file] [log] [blame]
#SKU: 2712S RAM SIZE:4G STORAGE_DEVICE:Nor flash- LK/TEE eMMC:others image such as boot.img
ARCH := arm64
ARM_CPU := cortex-a53
TARGET := auto2712-nor_emmc
WITH_KERNEL_VM := 1
WITH_LINKER_GC := 1
LK_AS_BL33 := 1
BOOTAPP := blxboot
ENABLE_SLAVE_CPU_LOAD := 1
# enable to load the bootimg within android boot image header format
ENABLE_ANDROID_BOOTIMG_SUPPORT := 1
#enable bcb recovery mode
BCB_RECOVERY_SUPPORT := 1
MODULE_SRCS += platform/mediatek/mt2712/fixup/android_fixup.c
# arch for lz4 compression lib
GLOBAL_DEFINES += \
LZ4_ARCH64=1
ifneq (, $(filter yes, $(MTK_MRDUMP_SUPPORT) $(MTK_KEDUMP_MINI_SUPPORT) $(MTK_BOOT_REASON_SUPPORT)))
MODULE_DEPS += \
lib/aee
endif
LK_HEAP_IMPLEMENTATION=miniheap
include project/auto2712-config/auto2712-android-partition.mk