nanopi-m5: Fixes the assignment of KERNEL_TARGET in the board configuration file. (#8695)

The space in the KERNEL_TARGET assignment was causing issues. This commit removes the space to ensure the variable is parsed correctly.
This commit is contained in:
SuperKali 2025-09-30 12:16:24 +02:00 committed by GitHub
parent 5ae68e7d19
commit f4a1e9245d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
BOARD_NAME="NanoPi M5"
BOARDFAMILY="rk35xx"
BOOTCONFIG="nanopi-m5-rk3576_defconfig"
KERNEL_TARGET="vendor, edge" # WIP: current kernel
KERNEL_TARGET="vendor,edge" # WIP: current kernel
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.nanopi-m5"
BOOT_LOGO="desktop"