Missing variable in board config - address JSON matrix warnings

This commit is contained in:
Igor Pecovnik 2025-12-28 22:29:05 +01:00 committed by Igor
parent 09f7b36373
commit fcb01b6da1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ BOARD_NAME="NanoPi Zero2"
BOARD_VENDOR="friendlyelec"
BOARDFAMILY="rk35xx"
BOOTCONFIG="hinlink_rk3528_defconfig"
BOARD_MAINTAINER=""
KERNEL_TARGET="vendor"
FULL_DESKTOP="no"
HAS_VIDEO_OUTPUT="no"

View File

@ -1,6 +1,7 @@
# loong64 via UEFI for all UEFI-enabled boards
export BOARD_NAME="UEFI loong64"
export BOARD_VENDOR="generic"
export BOARD_MAINTAINER="amazingfate"
export BOARDFAMILY="uefi-loong64"
export KERNEL_TARGET="current,edge"
export SERIALCON="ttyS0,115200"