diff options
Diffstat (limited to 'configs/kc1_defconfig')
-rw-r--r-- | configs/kc1_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/kc1_defconfig b/configs/kc1_defconfig index 125876e21d..e91f068a0b 100644 --- a/configs/kc1_defconfig +++ b/configs/kc1_defconfig @@ -15,11 +15,11 @@ CONFIG_SYS_PROMPT="kc1 # " CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set -CONFIG_CMD_MMC=y -CONFIG_CMD_PART=y -CONFIG_CMD_I2C=y # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_CMD_I2C=y +CONFIG_CMD_MMC=y +CONFIG_CMD_PART=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set |