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

2019-09-15 Thread Eugen.Hristev


On 28.08.2019 11:34, Eugen Hristev - M18282 wrote:
> From: Eugen Hristev 
> 
> 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 
> ---

Applied to u-boot-atmel/next
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-08-28 Thread Eugen.Hristev
From: Eugen Hristev 

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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot