[PATCH 3/3] ARM: bitmain: Enable saving variables to SD card
Michal Simek
michal.simek at xilinx.com
Mon Mar 22 15:48:37 CET 2021
Board has NAND and SD interfaces which can be used for saving variables
too.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
Based on "xilinx: zynq: Add support for saving env based on bootmode"
---
configs/bitmain_antminer_s9_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/bitmain_antminer_s9_defconfig b/configs/bitmain_antminer_s9_defconfig
index ea21a5e1e5c6..76cccfa586c5 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
--
2.31.0
More information about the U-Boot
mailing list