Fix broken boot config for CSC board Duo 2 (#4231)

This commit is contained in:
Igor Pečovnik 2022-09-25 14:56:45 +02:00 committed by GitHub
parent 882f995e21
commit 2f6b77cfc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Allwinner H3 quad core 512MB RAM SoC headless WiFi/BT
BOARD_NAME="NanoPi Duo2"
BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_duo2_defconfig"
BOOTCONFIG="nanopi_neo_defconfig"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost0 usbhost2 usbhost3"
@ -9,3 +9,4 @@ DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="current,edge"
BOOT_FDT_FILE="allwinner/sun8i-h3-nanopi-duo2.dtb"