瀏覽代碼

remove u-boot config from FunKey

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
Michel-FK 3 年之前
父節點
當前提交
be783f545a
共有 2 個文件被更改,包括 1 次插入30 次删除
  1. 0 29
      FunKey/board/funkey/uboot.config
  2. 1 1
      Makefile

+ 0 - 29
FunKey/board/funkey/uboot.config

@@ -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

+ 1 - 1
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")