Re: [PATCH] env: fat: Add new lines at the end of print statements

2022-01-17 Thread AKASHI Takahiro
On Sun, Jan 02, 2022 at 11:38:35AM +, Peter Robinson wrote: > Add some new line feeds at the end of print messages to make things > easier to read on the console. The other env options do this so > this is just an omission for FAT env. > > Signed-off-by: Peter Robinson > --- > env/fat.c | 8

Re: [PATCH] env: fat: Add new lines at the end of print statements

2022-01-15 Thread Tom Rini
On Sun, Jan 02, 2022 at 11:38:35AM +, Peter Robinson wrote: > Add some new line feeds at the end of print messages to make things > easier to read on the console. The other env options do this so > this is just an omission for FAT env. > > Signed-off-by: Peter Robinson Applied to u-boot/mas