remove u-boot config from FunKey
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
70c03dc4e8
commit
be783f545a
|
@ -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
|
|
2
Makefile
2
Makefile
|
@ -102,7 +102,7 @@ defconfig:
|
||||||
@$(call MESSAGE,"Updating default configs in Recovery")
|
@$(call MESSAGE,"Updating default configs in Recovery")
|
||||||
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
|
@$(BR) BR2_EXTERNAL=../Recovery O=../Recovery/output savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
|
||||||
@$(call MESSAGE,"Updating default configs in FunKey")
|
@$(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:
|
clean:
|
||||||
@$(call MESSAGE,"Clean everything")
|
@$(call MESSAGE,"Clean everything")
|
||||||
|
|
Loading…
Reference in New Issue