diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-22 13:55:53 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-21 14:04:59 +0200 |
commit | 04451ba347385ee598e485c3406712819a847459 (patch) | |
tree | f0078d45a7649dd7477c43a8b641761a2acd429d /include/configs/mx6sabre_common.h | |
parent | 510922ac61067a969dd5f53ce83b1de63e052002 (diff) | |
download | u-boot-imx-04451ba347385ee598e485c3406712819a847459.zip u-boot-imx-04451ba347385ee598e485c3406712819a847459.tar.gz u-boot-imx-04451ba347385ee598e485c3406712819a847459.tar.bz2 |
mx6sabre_common: Add HDMI config to common code
HDMI config options can be placed into the common mx6sabre_common.h file to
avoid duplication.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r-- | include/configs/mx6sabre_common.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index 2d93d6c..c81e9e9 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -260,4 +260,21 @@ #define CONFIG_CMD_CACHE #endif +/* Framebuffer */ +#define CONFIG_VIDEO +#define CONFIG_VIDEO_IPUV3 +#define CONFIG_CFB_CONSOLE +#define CONFIG_VGA_AS_SINGLE_DEVICE +#define CONFIG_SYS_CONSOLE_IS_IN_ENV +#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE +#define CONFIG_VIDEO_BMP_RLE8 +#define CONFIG_SPLASH_SCREEN +#define CONFIG_SPLASH_SCREEN_ALIGN +#define CONFIG_BMP_16BPP +#define CONFIG_VIDEO_LOGO +#define CONFIG_VIDEO_BMP_LOGO +#define CONFIG_IPUV3_CLK 260000000 +#define CONFIG_IMX_HDMI +#define CONFIG_IMX_VIDEO_SKIP + #endif /* __MX6QSABRE_COMMON_CONFIG_H */ |