diff options
author | Eric Benard <eric@eukrea.com> | 2014-04-04 19:05:54 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-04-15 12:23:56 +0200 |
commit | 053b795e30b7295ef2665473c5335a96a696d6c2 (patch) | |
tree | 1f8d9151e58887d67fa398f5aef8230bfa8c2bd1 /include | |
parent | a47e4495139593392a016653b97c99f11e5a7094 (diff) | |
download | u-boot-imx-053b795e30b7295ef2665473c5335a96a696d6c2.zip u-boot-imx-053b795e30b7295ef2665473c5335a96a696d6c2.tar.gz u-boot-imx-053b795e30b7295ef2665473c5335a96a696d6c2.tar.bz2 |
mx6sabresd: use common board_video_skip
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sabresd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h index 5d02d23..0fa6573 100644 --- a/include/configs/mx6sabresd.h +++ b/include/configs/mx6sabresd.h @@ -47,6 +47,7 @@ #define CONFIG_VIDEO_BMP_LOGO #define CONFIG_IPUV3_CLK 260000000 #define CONFIG_IMX_HDMI +#define CONFIG_IMX_VIDEO_SKIP #define CONFIG_CMD_PCI #ifdef CONFIG_CMD_PCI |