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] [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/c