diff options
author | Eric Benard <eric@eukrea.com> | 2014-04-04 19:05:53 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-04-15 12:23:56 +0200 |
commit | a47e4495139593392a016653b97c99f11e5a7094 (patch) | |
tree | 43113ba7b35e5cf4469e6bf1e2666ab69999b911 /include | |
parent | 93ad66ced3fde36114aa2d521668d2cd2141fee6 (diff) | |
download | u-boot-imx-a47e4495139593392a016653b97c99f11e5a7094.zip u-boot-imx-a47e4495139593392a016653b97c99f11e5a7094.tar.gz u-boot-imx-a47e4495139593392a016653b97c99f11e5a7094.tar.bz2 |
nitrogen6x: use common board_video_skip
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index f7e7315..5805a03 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -141,6 +141,7 @@ #define CONFIG_CMD_HDMIDETECT #define CONFIG_CONSOLE_MUX #define CONFIG_IMX_HDMI +#define CONFIG_IMX_VIDEO_SKIP /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |