mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue