summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx7dandroidthings.h
diff options
context:
space:
mode:
authorJaesung Chung <jaesung@google.com>2018-03-08 14:32:41 +0900
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:42 +0800
commit11e294b8e6be3136afd17c0878822f4217892272 (patch)
tree5fd1b23d2a16a305c2589a4c77eb6d632dddd2f5 /include/configs/pico-imx7dandroidthings.h
parent61b03bbbb48762832e456f96818470d008ef404f (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/pico-imx7dandroidthings.h')
-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 b42981cfd3..415d9a5f30 100644
--- a/include/configs/pico-imx7dandroidthings.h
+++ b/include/configs/pico-imx7dandroidthings.h
@@ -72,5 +72,8 @@
#define CONFIG_AVB_FUSE_BANK_END 14
#endif
+/* Disable U-Boot logo */
+#undef CONFIG_VIDEO_LOGO
+
#endif
/* __PICO_IMX7DANDROIDTHINGS_H */