summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorJaesung Chung <jaesung@google.com>2018-03-08 14:32:41 +0900
committerLuo Ji <ji.luo@nxp.com>2018-07-04 12:34:00 +0800
commit6c15a1440383b645944cbd29ad181e1368aa723f (patch)
tree5b75cecd4e653b9d7c2397af9f54da4b23f6e1de /include/configs
parent16e794fa4a0c68281cc1a61f17c2fb9f5e1db066 (diff)
[iot] imx7d: disable u-boot logo by default
This CL disables u-boot logo. U-boot logo screen appears at very short time duration (lesser than 2.5 secs) and it is hard to make u-boot screen configurable. Bug: 74301019 Test: no u-boot logo seen Change-Id: I52e0fe637e78bcd2c74adcca7fe59231a8449928
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/pico-imx7dandroidthings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pico-imx7dandroidthings.h b/include/configs/pico-imx7dandroidthings.h
index 64b6ff5e69..87370b1224 100644
--- a/include/configs/pico-imx7dandroidthings.h
+++ b/include/configs/pico-imx7dandroidthings.h
@@ -73,5 +73,8 @@
#define CONFIG_AVB_FUSE_BANK_END 14
#endif
+/* Disable U-Boot logo */
+#undef CONFIG_VIDEO_LOGO
+
#endif
/* __PICO_IMX7DANDROIDTHINGS_H */