diff options
Diffstat (limited to 'configs/hrcon_defconfig')
-rw-r--r-- | configs/hrcon_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/hrcon_defconfig b/configs/hrcon_defconfig index 99920837ca..a65fe60b9f 100644 --- a/configs/hrcon_defconfig +++ b/configs/hrcon_defconfig @@ -15,9 +15,9 @@ CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR=" " -CONFIG_CMD_MMC=y -CONFIG_CMD_I2C=y CONFIG_CMD_FPGAD=y +CONFIG_CMD_I2C=y +CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_MII=y |