diff options
Diffstat (limited to 'configs/odroid_defconfig')
-rw-r--r-- | configs/odroid_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig index 8c7924233b..9c0024541d 100644 --- a/configs/odroid_defconfig +++ b/configs/odroid_defconfig @@ -16,15 +16,15 @@ CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_XIMG is not set CONFIG_CMD_THOR_DOWNLOAD=y +CONFIG_CMD_DFU=y +# CONFIG_CMD_FPGA is not set +CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_PART=y -CONFIG_CMD_I2C=y CONFIG_CMD_USB=y -CONFIG_CMD_DFU=y CONFIG_CMD_USB_MASS_STORAGE=y -# CONFIG_CMD_FPGA is not set -CONFIG_CMD_GPIO=y CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_MII=y |