From 89d220b66315af1bf7bd6ed9a57d0367cc12da27 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Tue, 9 Sep 2025 15:08:34 +0200 Subject: [PATCH] board: armsom-sige5: fix typo in KERNEL_TARGET variable (#8599) --- config/boards/armsom-sige5.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/armsom-sige5.csc b/config/boards/armsom-sige5.csc index cee8001d17..556afc3df9 100644 --- a/config/boards/armsom-sige5.csc +++ b/config/boards/armsom-sige5.csc @@ -2,7 +2,7 @@ BOARD_NAME="ArmSoM Sige5" BOARDFAMILY="rk35xx" BOOTCONFIG="armsom-sige5-rk3576_defconfig" -KERNEL_TARGET="vendor|edge" +KERNEL_TARGET="vendor,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" BOOT_FDT_FILE="rockchip/rk3576-armsom-sige5.dtb"