From 2f6b77cfc37d32a3831c8ec3da5f7d155e9c87f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 25 Sep 2022 14:56:45 +0200 Subject: [PATCH] Fix broken boot config for CSC board Duo 2 (#4231) --- config/boards/nanopiduo2.csc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/boards/nanopiduo2.csc b/config/boards/nanopiduo2.csc index 5836f69a1..bbb52f8c7 100644 --- a/config/boards/nanopiduo2.csc +++ b/config/boards/nanopiduo2.csc @@ -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"