blob: a5d2cd11f65ac78d4748840f0fac66ab5795101d (
plain)
1
2
3
4
5
6
7
8
9
10
|
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= qemu-arm64
BOARD_CONFIG= qemu_arm64_defconfig
FAMILY= qemu
UBOOT_ARCH= aarch64
UBOOT_PLIST= u-boot.bin
.include "${MASTERDIR}/Makefile"
|