diff options
Diffstat (limited to 'configs/hrcon_dh_defconfig')
-rw-r--r-- | configs/hrcon_dh_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/hrcon_dh_defconfig b/configs/hrcon_dh_defconfig index 30fe60288b3..0ef24599e29 100644 --- a/configs/hrcon_dh_defconfig +++ b/configs/hrcon_dh_defconfig @@ -14,9 +14,9 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y -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_MII=y CONFIG_CMD_PING=y |