From be783f545a01f537409ca199a20b82e51ea87671 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Tue, 17 Nov 2020 08:13:14 +0100 Subject: [PATCH] remove u-boot config from FunKey Signed-off-by: Michel-FK --- FunKey/board/funkey/uboot.config | 29 ----------------------------- Makefile | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 FunKey/board/funkey/uboot.config diff --git a/FunKey/board/funkey/uboot.config b/FunKey/board/funkey/uboot.config deleted file mode 100644 index 5499606..0000000 --- a/FunKey/board/funkey/uboot.config +++ /dev/null @@ -1,29 +0,0 @@ -CONFIG_ARM=y -CONFIG_ARCH_SUNXI=y -CONFIG_SPL=y -CONFIG_IDENT_STRING=" FunKey" -CONFIG_MACH_SUN8I_V3S=y -CONFIG_DRAM_CLK=360 -# CONFIG_ARMV7_NONSEC is not set -CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-funkey" -CONFIG_LOCALVERSION="-funkey" -# CONFIG_DISTRO_DEFAULTS is not set -# CONFIG_FIT is not set -CONFIG_BOOTDELAY=0 -# CONFIG_PRE_CONSOLE_BUFFER is not set -CONFIG_SYS_CONSOLE_INFO_QUIET=y -CONFIG_SYS_STDIO_DEREGISTER=y -# CONFIG_DISPLAY_CPUINFO is not set -# CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_HUSH_PARSER=y -CONFIG_CMD_BOOTZ=y -CONFIG_CMD_PART=y -CONFIG_CMD_EXT2=y -CONFIG_CMD_EXT4=y -CONFIG_CMD_FAT=y -CONFIG_CMD_FS_GENERIC=y -# CONFIG_ENV_IS_IN_FAT is not set -CONFIG_ENV_IS_IN_MMC=y -CONFIG_USE_DEFAULT_ENV_FILE=y -CONFIG_DEFAULT_ENV_FILE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/rootfs-overlay/etc/u-boot.env" -# CONFIG_NET is not set diff --git a/Makefile b/Makefile index 96b6659..403728a 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ defconfig: @$(call MESSAGE,"Updating default configs in Recovery") @$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config @$(call MESSAGE,"Updating default configs in FunKey") - @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config + @$(BR) BR2_EXTERNAL=../FunKey O=../FunKey/output savedefconfig linux-update-defconfig busybox-update-config clean: @$(call MESSAGE,"Clean everything")