From: Michal Simek Date: Mon, 22 Mar 2021 14:43:46 +0000 (+0100) Subject: ARM: bitmain: Enable saving variables to SD card X-Git-Tag: v2021.07-rc1~42^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19eb739a2070410cc0e8de14179c9a14c6ca5075;p=pandora-u-boot.git ARM: bitmain: Enable saving variables to SD card Board has NAND and SD interfaces which can be used for saving variables too. Signed-off-by: Michal Simek --- diff --git a/configs/bitmain_antminer_s9_defconfig b/configs/bitmain_antminer_s9_defconfig index ea21a5e1e5c..76cccfa586c 100644 --- a/configs/bitmain_antminer_s9_defconfig +++ b/configs/bitmain_antminer_s9_defconfig @@ -51,6 +51,7 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_ENV_OVERWRITE=y +CONFIG_ENV_IS_IN_FAT=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y