From 11e294b8e6be3136afd17c0878822f4217892272 Mon Sep 17 00:00:00 2001 From: Jaesung Chung Date: Thu, 8 Mar 2018 14:32:41 +0900 Subject: [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 --- include/configs/pico-imx7dandroidthings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/pico-imx7dandroidthings.h') 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 */ -- cgit v1.2.3