rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # main project for aud8512fpga-ldvt-slc |
2 | ARCH := arm64 | ||||
3 | ARM_CPU := cortex-a53 | ||||
4 | TARGET := aud8512fpga-ldvt-slc | ||||
5 | WITH_KERNEL_VM := 1 | ||||
6 | WITH_LINKER_GC := 1 | ||||
7 | WITH_PMIC_MT6395 := 1 | ||||
8 | WITH_VCORE_PWM_BUCK := 1 | ||||
9 | WITH_32K_OSC := 1 | ||||
10 | WITH_USB_MD1122 := 1 | ||||
11 | |||||
12 | # arch for lz4 compression lib | ||||
13 | GLOBAL_DEFINES += \ | ||||
14 | LZ4_ARCH64=1 | ||||
15 | |||||
16 | # add for dram config | ||||
17 | GLOBAL_DEFINES += \ | ||||
18 | SUPPORT_TYPE_LPDDR3=1 | ||||
19 | |||||
20 | MODULES += \ | ||||
21 | app/fitboot \ | ||||
22 | |||||
23 | LK_HEAP_IMPLEMENTATION=miniheap |