Files
build/config/boards/nanopi-r1s-h5.csc
Rolf Leggewie 94d26351d2 config: change order of preferred kernels
reorder kernel preference in more boards as "current > edge > legacy"
2025-08-21 18:16:18 +08:00

15 lines
400 B
Plaintext

# Allwinner H5 quad core 512MB RAM 2 x GBE USB2
BOARD_NAME="NanoPi R1S H5"
BOARDFAMILY="sun50iw2"
BOARD_MAINTAINER=""
BOOTCONFIG="nanopi_r1s_h5_defconfig"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="current,edge,legacy"
KERNEL_TEST_TARGET="current"
HAS_VIDEO_OUTPUT="no"
CRUSTCONFIG="h5_defconfig"