summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaesung Chung <jaesung@google.com>2018-03-08 14:32:41 +0900
committerJaesung Chung <jaesung@google.com>2018-03-08 14:37:26 +0900
commit03da47354e2c11f85801400d22ec0d4fccf7620d (patch)
tree981062905d9ea833bf4626251462f8c46cdcdaf4
parentacec7ea672df28e8c5862afaef06c2658e650b0b (diff)
downloaduboot-imx-03da47354e2c11f85801400d22ec0d4fccf7620d.tar.gz
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
-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 */