diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-01 11:41:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-01 11:44:12 -0400 |
commit | 2681e78a5ee0e3d6d45abc195c81d1c527fcea0b (patch) | |
tree | 07a7ccb8474606452d72e9b83403dd70bb87008c /configs/odroid-c2_defconfig | |
parent | 57ba664ebfee5e6f39edd51188d0465fab25b635 (diff) |
configs: Re-sync
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/odroid-c2_defconfig')
-rw-r--r-- | configs/odroid-c2_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 00da76e49e..c9d0103187 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -10,14 +10,13 @@ CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2" # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set # CONFIG_CMD_LOADS is not set +CONFIG_CMD_MMC=y # CONFIG_CMD_FPGA is not set # CONFIG_CMD_SETEXPR is not set CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y -CONFIG_MMC=y CONFIG_DM_MMC=y CONFIG_MMC_MESON_GX=y -CONFIG_CMD_MMC=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_PINCTRL=y |