board: atmel: common: remove year from print message
authorEugen Hristev <eugen.hristev@microchip.com>
Wed, 28 Aug 2019 08:34:03 +0000 (08:34 +0000)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 8 Oct 2019 06:16:11 +0000 (09:16 +0300)
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@microchip.com>
board/atmel/common/video_display.c

index c7d3f8addca17a7fb1db75f24bb68d1628ba8300..cc051d2e0cc2bc0e7ab9f975814ae3a0f42cd1d8 100644 (file)
@@ -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;