board: atmel: common: remove year from print message

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>
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 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;