diff options
Diffstat (limited to 'configs/am335x_shc_defconfig')
-rw-r--r-- | configs/am335x_shc_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/am335x_shc_defconfig b/configs/am335x_shc_defconfig index 3843727c8d..3158c55651 100644 --- a/configs/am335x_shc_defconfig +++ b/configs/am335x_shc_defconfig @@ -33,10 +33,11 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set -# CONFIG_SPL_ISO_PARTITION is not set CONFIG_ENV_IS_IN_MMC=y +CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_MMC_OMAP_HS=y -CONFIG_PHYLIB=y +CONFIG_PHY_ADDR_ENABLE=y +CONFIG_DRIVER_TI_CPSW=y CONFIG_SYS_NS16550=y CONFIG_OMAP3_SPI=y CONFIG_FAT_WRITE=y |