diff options
author | Pardeep Kumar Singla | 2013-07-25 12:12:13 -0500 |
---|---|---|
committer | Stefano Babic | 2013-07-27 10:49:36 +0200 |
commit | 5ea7f0e328c19542ce96d8242125b51b3dbca86b (patch) | |
tree | 1f80f394227a73e7760c48cf3cfefb5516cb1eba /include/configs/wandboard.h | |
parent | f8b1e86d4707718e52cf6466845e463c358627ee (diff) |
mx6: Factor out common HDMI setup code
Instead of duplicating HDMI setup code for every mx6 board, factor out the common code
Signed-off-by: Pardeep Kumar Singla <b45784@freescale.com>
Acked-By: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index dd06bd70fc1..1f83e89fa5c 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -100,6 +100,7 @@ #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_BMP_LOGO #define CONFIG_IPUV3_CLK 260000000 +#define CONFIG_IMX_HDMI #if defined(CONFIG_MX6DL) #define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb" |