File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ BOARD_NAME="Radxa Nio 12L"
33BOARD_VENDOR="radxa"
44BOARDFAMILY="genio"
55BOARD_MAINTAINER="HeyMeco"
6- KERNEL_TARGET="collabora "
7- KERNEL_TEST_TARGET="collabora "
6+ KERNEL_TARGET="edge "
7+ KERNEL_TEST_TARGET="edge "
88BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb" # automatically patched by u-boot with autodetected memory size
99SERIALCON="ttyS0:921600"
1010SRC_CMDLINE="splash plymouth.ignore-serial-consoles console=ttyS0,921600 console=tty0" # for extlinux/EXT=u-boot-menu
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ declare -g MEDIATEK_GENIO_LK_BIN="${MEDIATEK_GENIO_LK_BIN:-"${BOARD}/lk/lk.bin"}
3232# Kernel configuration
3333case $BRANCH in
3434
35- collabora )
35+ edge )
3636
3737 declare -g LINUXCONFIG="linux-genio-$BRANCH"
3838 declare -g KERNEL_MAJOR_MINOR="6.19"
You can’t perform that action at this time.
0 commit comments