summaryrefslogtreecommitdiff
path: root/include/configs/opos6uldev.h
diff options
context:
space:
mode:
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>2018-04-17 18:29:31 +0300
committerStefano Babic <sbabic@denx.de>2018-04-26 10:34:00 +0300
commit30754ef77c3e88acb5a378d4e2c2bcce6228a118 (patch)
tree41dd36e58c9a377413f8ab89cc613b22c5c5c6d8 /include/configs/opos6uldev.h
parente426e193539e4fa5f52bc55499f66c4159a3372d (diff)
downloadu-boot-30754ef77c3e88acb5a378d4e2c2bcce6228a118.tar.xz
imx6ul: opos6ul: add SPL_DM support
Since commit commit 152038ea1886 ("i.MX6UL: icore: Add SPL_OF_CONTROL support") the OPOS6UL board doesn't boot anymore. Adding SPL_DM support makes the board boot again. Fixes: commit 152038ea1886 ("i.MX6UL: icore: Add SPL_OF_CONTROL support") Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'include/configs/opos6uldev.h')
-rw-r--r--include/configs/opos6uldev.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h
index 24e1f80474..9e853f3d84 100644
--- a/include/configs/opos6uldev.h
+++ b/include/configs/opos6uldev.h
@@ -15,11 +15,7 @@
#include "imx6_spl.h"
#ifdef CONFIG_SPL_BUILD
-#undef CONFIG_DM_GPIO
-#undef CONFIG_DM_MMC
-#undef CONFIG_BLK
-
-#define CONFIG_MXC_UART_BASE UART1_BASE
+#undef CONFIG_DM_REGULATOR
#endif
#endif
@@ -40,7 +36,6 @@
(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
/* MMC */
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SUPPORT_EMMC_BOOT
/* USB */
@@ -61,6 +56,7 @@
#endif
/* LCD */
+#ifndef CONFIG_SPL_BUILD
#ifdef CONFIG_VIDEO
#define CONFIG_VIDEO_LOGO
#define CONFIG_SPLASH_SCREEN
@@ -72,6 +68,7 @@
#define CONFIG_VIDEO_MXS
#define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
#endif
+#endif
/* Environment is stored in the eMMC boot partition */
#define CONFIG_SYS_MMC_ENV_DEV 0