]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: fat: Add new lines at the end of print statements
authorPeter Robinson <pbrobinson@gmail.com>
Sun, 2 Jan 2022 11:38:35 +0000 (11:38 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jan 2022 19:36:57 +0000 (14:36 -0500)
commitf6f27be146b6313cf4b1cee99a671d3097419ca8
tree85600eb25438a6097d5d5cce205bfe760432431e
parent226fce6108fe364e35f3eb9a84ff1a7ec93727ce
env: fat: Add new lines at the end of print statements

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 <pbrobinson@gmail.com>
env/fat.c