]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: bitmain: Enable saving variables to SD card
authorMichal Simek <michal.simek@xilinx.com>
Mon, 22 Mar 2021 14:43:46 +0000 (15:43 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Mar 2021 10:03:25 +0000 (12:03 +0200)
Board has NAND and SD interfaces which can be used for saving variables
too.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/bitmain_antminer_s9_defconfig

index ea21a5e1e5c6df9e7611b3dab34925bbffaea191..76cccfa586c5499a962aec27a0298a9a57b3009a 100644 (file)
@@ -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