diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-12-28 11:55:48 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-15 15:28:42 -0500 |
commit | 9a878e8f1714cade4021c997f68b7f86321c0421 (patch) | |
tree | b26ed8f1c2cc6de1ad540c067f6236d8b3bba7ac /configs | |
parent | e5f0878c0785535fd3646693c36ef549b42f9438 (diff) | |
download | u-boot-9a878e8f1714cade4021c997f68b7f86321c0421.tar.gz |
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')
-rw-r--r-- | configs/am335x_igep003x_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig index 186c65f0bf..0a8feadc75 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 |