Fix missing board vendor relations

This commit is contained in:
Igor Pecovnik 2025-12-20 23:26:10 +01:00 committed by Igor
parent 7e8a64f4ec
commit f6b90e515c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Kirin 960 octa core 3/4GB SoC eMMC USB3 WiFi/BT
declare -g BOARD_NAME="HiKey 960"
declare -g BOARD_VENDOR="generic"
declare -g BOARD_VENDOR="huawei"
declare -g BOARDFAMILY="uefi-arm64"
declare -g BOARD_MAINTAINER=""
declare -g KERNEL_TARGET="current,edge"

View File

@ -1,6 +1,6 @@
# RK322X TVBox quad core 1GB/2GB DDR2/DDR3 eMMC/NAND SoC FE WiFi
BOARD_NAME="rk322x-box"
BOARD_VENDOR="generic"
BOARD_VENDOR="rockchip"
BOARDFAMILY="rockchip"
BOARD_MAINTAINER=""
BOOTCONFIG="rk322x-box_defconfig"