From c797f2275d8fb842119286432fa4cc13a6a757e4 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 18 Feb 2023 02:37:57 -0500 Subject: [PATCH] Revert extlinux for roc-rk3328-cc As extlinux is not matured within the armbian tools (armbian-config in particular), revert change until such a time as the proponents of extlinux mature the Armbian utilities. -Fixes use of overlays --- config/boards/renegade.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/boards/renegade.conf b/config/boards/renegade.conf index 62637a17544b..5152e2360884 100644 --- a/config/boards/renegade.conf +++ b/config/boards/renegade.conf @@ -5,6 +5,3 @@ BOOTCONFIG="roc-cc-rk3328_defconfig" KERNEL_TARGET="legacy,current,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" -BOOT_FDT_FILE="rockchip/rk3328-roc-cc.dtb" -SRC_EXTLINUX="yes" -SRC_CMDLINE="console=uart8250,mmio32,0xff130000 console=tty0"