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>
This commit is contained in:
parent
4a500e4337
commit
cd8e876aa9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user