commit | d6d09019aba0aa0d07d883f0571ffcfc8c5a865f | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue May 29 15:28:54 2018 +0200 |
committer | Heiko Schocher <hs@denx.de> | Wed Jun 06 10:25:13 2018 +0200 |
tree | a6c4282d556fe5c78b355904526607142ee65bf2 | |
parent | 7ad8b2cb54dfd67fca02e518bd794499d83a23d1 [diff] |
mtd: ubi: Add missing newlines in ubi_init() I just stumbled over some cluttered UBI messages. It seems some newline chars are missing in the current U-Boot UBI source. Lets fix this in U-Boot as well (Linux has those fixes already). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heiko Schocher <hs@denx.de>