aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mx6cuboxi.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:19 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:07:12 -0500
commit0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45 (patch)
tree1411e154e01e44acd4baf8caed0f830e0547c968 /include/configs/mx6cuboxi.h
parent4eea76574062e9079b6a267229962d6ec0be910a (diff)
downloadu-boot-0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45.zip
u-boot-0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45.tar.gz
u-boot-0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45.tar.bz2
Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig
This converts the following to Kconfig: CONFIG_IMX_VIDEO_SKIP CONFIG_IMX_HDMI Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r--include/configs/mx6cuboxi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
index 12741c0..f7f209c 100644
--- a/include/configs/mx6cuboxi.h
+++ b/include/configs/mx6cuboxi.h
@@ -14,10 +14,6 @@
/* MMC Configs */
#define CFG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR
-/* Framebuffer */
-#define CONFIG_IMX_HDMI
-#define CONFIG_IMX_VIDEO_SKIP
-
/* USB */
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)