From babc8d52fe140d19d0a6ed5777956505cecccdd6 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 18 Feb 2023 04:34:37 -0500 Subject: [PATCH] Revert extlinux for roc-rk3328-cc (#4840) 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"