diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2017-04-18 21:24:14 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2017-06-29 19:34:10 +0300 |
commit | f04796b4a9eba7e1c2a906ecbb6872f9927a407a (patch) | |
tree | a26b9e8d5829b6fb3aee88a5679567549023e70d /configs/axs103_defconfig | |
parent | 02d488b6c55737c5397785f2ee7c374745507412 (diff) | |
download | u-boot-f04796b4a9eba7e1c2a906ecbb6872f9927a407a.tar.gz |
axs10x: Add support of Ext2/4 FS
Those could be easily used on USB flash drives or on SD/MMC cards.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index fb8e72ff6c..bcd4754eef 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -13,6 +13,9 @@ CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y +CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y |