Skip to content

Commit 210e40b

Browse files
HeyMecoigorpecovnik
authored andcommitted
Genio: Rename collabora branch to edge for alignment
1 parent 7972ddb commit 210e40b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/boards/radxa-nio-12l.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ BOARD_NAME="Radxa Nio 12L"
33
BOARD_VENDOR="radxa"
44
BOARDFAMILY="genio"
55
BOARD_MAINTAINER="HeyMeco"
6-
KERNEL_TARGET="collabora"
7-
KERNEL_TEST_TARGET="collabora"
6+
KERNEL_TARGET="edge"
7+
KERNEL_TEST_TARGET="edge"
88
BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb" # automatically patched by u-boot with autodetected memory size
99
SERIALCON="ttyS0:921600"
1010
SRC_CMDLINE="splash plymouth.ignore-serial-consoles console=ttyS0,921600 console=tty0" # for extlinux/EXT=u-boot-menu

config/sources/families/genio.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare -g MEDIATEK_GENIO_LK_BIN="${MEDIATEK_GENIO_LK_BIN:-"${BOARD}/lk/lk.bin"}
3232
# Kernel configuration
3333
case $BRANCH in
3434

35-
collabora)
35+
edge)
3636

3737
declare -g LINUXCONFIG="linux-genio-$BRANCH"
3838
declare -g KERNEL_MAJOR_MINOR="6.19"

0 commit comments

Comments
 (0)