blob: 8e53c2b384855b33c19b05e5bfa358ce5cbe4bc5 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001ARCH := arm64
2ARM_CPU := cortex-a53
3TARGET := auto2712-emmc
4WITH_KERNEL_VM := 1
5WITH_LINKER_GC := 1
6
7DRAM_SZ := DRAM_SZ_2G
8DRAM_BW := DRAM_BW_64BIT
9CA35_FREQ := CA35_FREQ_806MHZ
10CA72_FREQ := CA72_FREQ_1001MHZ
11
12BOOTAPP := blxboot
13ENABLE_BUILTIN_BL33 := 0
14
15# arch for lz4 compression lib
16GLOBAL_DEFINES += \
17 LZ4_ARCH64=1
18
19LK_HEAP_IMPLEMENTATION=miniheap
20
21include project/auto2712-config/auto2712-ivi_agl-partition.mk
22