Skip to content
Snippets Groups Projects
Commit 19eb739a authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 060fc5c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment