diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-10-02 12:16:49 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-06 17:57:23 +0200 |
commit | 54950e8215c819e6a8e46752255b8347b00eb81f (patch) | |
tree | 98a05970d3af1229d5a3db242c4d40186924a2ca /include/configs/nitrogen6x.h | |
parent | 3f5d964ea082049c9616e4dc827cd4aa3972a281 (diff) | |
download | u-boot-imx-54950e8215c819e6a8e46752255b8347b00eb81f.zip u-boot-imx-54950e8215c819e6a8e46752255b8347b00eb81f.tar.gz u-boot-imx-54950e8215c819e6a8e46752255b8347b00eb81f.tar.bz2 |
nitrogen6x: config: disable logo
Some users (QNX and Windows CE users in particular) have asked
to disable the Penguin shown on the display at boot time.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 50b6c5a..60c942f 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -140,7 +140,6 @@ #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN #define CONFIG_BMP_16BPP -#define CONFIG_VIDEO_LOGO #define CONFIG_IPUV3_CLK 260000000 #define CONFIG_CMD_HDMIDETECT #define CONFIG_CONSOLE_MUX |