diff options
author | Masahiro Yamada | 2017-07-13 20:32:18 +0900 |
---|---|---|
committer | Masahiro Yamada | 2017-07-26 22:27:15 +0900 |
commit | a3f54bc74fb20c98aefebd9ca9a250e2f3f9e538 (patch) | |
tree | d16a2eb7eaef4425af8dd40885183f77de297827 /configs/uniphier_ld4_sld8_defconfig | |
parent | b8faf5f12bc10086e913bf6156ddbd083a52f1a1 (diff) |
ARM: uniphier: enable CONFIG_CMD_FS_GENERIC
Enable file system commands such as load, ls.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_ld4_sld8_defconfig')
-rw-r--r-- | configs/uniphier_ld4_sld8_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uniphier_ld4_sld8_defconfig b/configs/uniphier_ld4_sld8_defconfig index 268543272c3..c3b12340947 100644 --- a/configs/uniphier_ld4_sld8_defconfig +++ b/configs/uniphier_ld4_sld8_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_NET_RANDOM_ETHADDR=y |