aboutsummaryrefslogtreecommitdiff
path: root/configs/am335x_igep003x_defconfig
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>2018-12-28 11:55:48 +0100
committerTom Rini <trini@konsulko.com>2019-01-15 15:28:42 -0500
commit9a878e8f1714cade4021c997f68b7f86321c0421 (patch)
treeb26ed8f1c2cc6de1ad540c067f6236d8b3bba7ac /configs/am335x_igep003x_defconfig
parente5f0878c0785535fd3646693c36ef549b42f9438 (diff)
downloadu-boot-9a878e8f1714cade4021c997f68b7f86321c0421.zip
u-boot-9a878e8f1714cade4021c997f68b7f86321c0421.tar.gz
u-boot-9a878e8f1714cade4021c997f68b7f86321c0421.tar.bz2
am335x: igep003x: Add Device Tree Support and DM_MMC driver
This adds device tree and the DM_MMC driver for the AM335x IGEP based boards. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'configs/am335x_igep003x_defconfig')
-rw-r--r--configs/am335x_igep003x_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
index 186c65f..0a8fead 100644
--- a/configs/am335x_igep003x_defconfig
+++ b/configs/am335x_igep003x_defconfig
@@ -41,6 +41,9 @@ CONFIG_CMD_UBI=y
# CONFIG_CMD_UBIFS is not set
CONFIG_ENV_IS_IN_UBI=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_DEFAULT_DEVICE_TREE="am335x-base0033"
+CONFIG_OF_CONTROL=y
+CONFIG_DM_MMC=y
CONFIG_MMC_OMAP_HS=y
CONFIG_NAND=y
CONFIG_MTD_UBI_FASTMAP=y