From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dr. Philipp Tomsich Date: Mon, 4 Jun 2018 00:28:06 +0200 Subject: [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output In-Reply-To: <20180603191013.3274-1-xypron.glpk@gmx.de> References: <20180603191013.3274-1-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On 3 Jun 2018, at 21:10, Heinrich Schuchardt wrote: > > Without the patch SPL (in case of an error) creates an output like: > > U-Boot SPL board initMissing DTB > > The patch adds the missing line feed. So now we get: > > U-Boot SPL board init > Missing DTB > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Philipp Tomsich Acked-by: Philipp Tomsich