diff options
Diffstat (limited to 'configs/bcm23550_w1d_defconfig')
-rw-r--r-- | configs/bcm23550_w1d_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/bcm23550_w1d_defconfig b/configs/bcm23550_w1d_defconfig index 321a350a0e..100568412e 100644 --- a/configs/bcm23550_w1d_defconfig +++ b/configs/bcm23550_w1d_defconfig @@ -17,9 +17,9 @@ CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y # CONFIG_CMD_FLASH is not set -CONFIG_CMD_MMC=y -CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y +CONFIG_CMD_I2C=y +CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set |