diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-26 11:23:39 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-26 08:19:30 -0400 |
commit | 266c63cbf2674e20077da9fce27757a7fbc40ec3 (patch) | |
tree | c964e2fe02a6b212a3bc4cd23d0d2ea34481b075 /configs | |
parent | f4c6f9335c1e867862dcebcfa9c05b2e3dd05636 (diff) | |
download | u-boot-266c63cbf2674e20077da9fce27757a7fbc40ec3.tar.gz |
ARM: uniphier: revive some commands lost by Kconfig re-sync
The recently added uniphier_ld20_defconfig missed the tree-wide
re-sync by commit 89cb2b5f8be4 ("configs: Re-sync with cmd/Kconfig").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/uniphier_ld20_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index 3a5bf022d8..cbc65ddc8d 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -8,6 +8,7 @@ CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-ld20-ref" CONFIG_HUSH_PARSER=y # CONFIG_CMD_XIMG is not set # CONFIG_CMD_ENV_EXISTS is not set +CONFIG_CMD_MMC=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y # CONFIG_CMD_FPGA is not set @@ -16,6 +17,7 @@ CONFIG_CMD_TFTPPUT=y CONFIG_CMD_PING=y CONFIG_CMD_TIME=y # CONFIG_CMD_MISC is not set +CONFIG_CMD_FAT=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_GPIO_UNIPHIER=y |