diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-12-27 17:34:11 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-15 15:28:42 -0500 |
commit | e5f0878c0785535fd3646693c36ef549b42f9438 (patch) | |
tree | 9c609d55b8c0353ef0219a7f16d3a961a4f8af0e /configs/am335x_sl50_defconfig | |
parent | 8fd8f2e4fc7508df94c5a0f18a1dda047c8f6760 (diff) | |
download | u-boot-e5f0878c0785535fd3646693c36ef549b42f9438.tar.gz |
am335x: sl50: Add Device Tree Support and DM_MMC driver
This adds device tree and the DM_MMC driver for the SL50 board.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'configs/am335x_sl50_defconfig')
-rw-r--r-- | configs/am335x_sl50_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_sl50_defconfig b/configs/am335x_sl50_defconfig index 822f73d114..8c622471da 100644 --- a/configs/am335x_sl50_defconfig +++ b/configs/am335x_sl50_defconfig @@ -40,6 +40,9 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_DEFAULT_DEVICE_TREE="am335x-sl50" +CONFIG_OF_CONTROL=y +CONFIG_DM_MMC=y CONFIG_MMC_OMAP_HS=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y |