Skip to content

Commit 4164b77

Browse files
rpardiniigorpecovnik
authored andcommitted
mixtile-blade3: board: disable 'edge' kernel, as it's not ready for end-users yet
- one can still build and try with `BRANCH=edge` forced - but mainline is simply not ready for this yet - help wanted!
1 parent d8830d5 commit 4164b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boards/mixtile-blade3.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ declare -g BOARD_NAME="Mixtile Blade 3"
33
declare -g BOARD_VENDOR="mixtile"
44
declare -g BOARDFAMILY="rockchip-rk3588"
55
declare -g BOARD_MAINTAINER="rpardini"
6-
declare -g KERNEL_TARGET="vendor,edge"
6+
declare -g KERNEL_TARGET="vendor" # edge builds and can be used for development with 'BRANCH=edge` forced; not enabled for end-users
77
declare -g BOOT_FDT_FILE="rockchip/rk3588-blade3-v101-linux.dtb" # Included in https://github.com/armbian/linux-rockchip/pull/64 # has a hook to change it for edge below
88
declare -g BOOT_SCENARIO="spl-blobs" # so we don't depend on defconfig naming convention
99
declare -g BOOT_SOC="rk3588" # so we don't depend on defconfig naming convention

0 commit comments

Comments
 (0)