mirror of https://github.com/armbian/build.git
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
# aarch64 via UEFI for all UEFI-enabled boards
|
|
declare -g BOARD_NAME="UEFI arm64"
|
|
declare -g BOARDFAMILY="uefi-arm64"
|
|
declare -g BOARD_MAINTAINER="rpardini"
|
|
declare -g KERNEL_TARGET="legacy,current,edge,cloud"
|
|
declare -g KERNEL_TEST_TARGET="current"
|
|
declare -g BOOT_LOGO=desktop
|