[U-Boot] [PATCH] board: atmel: common: remove year from print message

Eugen.Hristev at microchip.com Eugen.Hristev at microchip.com
Wed Aug 28 08:34:03 UTC 2019


From: Eugen Hristev <eugen.hristev at microchip.com>

Remove 2017 from being printed at boot video console.
This is outdated.
To avoid this situation, remove the year completely.

Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
---
 board/atmel/common/video_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/atmel/common/video_display.c b/board/atmel/common/video_display.c
index c7d3f8a..cc051d2 100644
--- a/board/atmel/common/video_display.c
+++ b/board/atmel/common/video_display.c
@@ -23,7 +23,7 @@ int at91_video_show_board_info(void)
 	int i;
 	u32 len = 0;
 	char buf[255];
-	char *corp = "2017 Microchip Technology Inc.\n";
+	char *corp = "Microchip Technology Inc.\n";
 	char temp[32];
 	struct udevice *dev, *con;
 	const char *s;
-- 
2.7.4



More information about the U-Boot mailing list