Genio: Rename collabora branch to edge for alignment

This commit is contained in:
Mecid Urganci 2026-03-01 10:12:46 +01:00 committed by Igor
parent 7972ddbc4c
commit 210e40b404
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ BOARD_NAME="Radxa Nio 12L"
BOARD_VENDOR="radxa"
BOARDFAMILY="genio"
BOARD_MAINTAINER="HeyMeco"
KERNEL_TARGET="collabora"
KERNEL_TEST_TARGET="collabora"
KERNEL_TARGET="edge"
KERNEL_TEST_TARGET="edge"
BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb" # automatically patched by u-boot with autodetected memory size
SERIALCON="ttyS0:921600"
SRC_CMDLINE="splash plymouth.ignore-serial-consoles console=ttyS0,921600 console=tty0" # for extlinux/EXT=u-boot-menu

View File

@ -32,7 +32,7 @@ declare -g MEDIATEK_GENIO_LK_BIN="${MEDIATEK_GENIO_LK_BIN:-"${BOARD}/lk/lk.bin"}
# Kernel configuration
case $BRANCH in
collabora)
edge)
declare -g LINUXCONFIG="linux-genio-$BRANCH"
declare -g KERNEL_MAJOR_MINOR="6.19"