All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output
@ 2018-06-03 19:10 Heinrich Schuchardt
  2018-06-03 22:28 ` Dr. Philipp Tomsich
  2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2018-06-03 19:10 UTC (permalink / raw)
  To: u-boot

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 <xypron.glpk@gmx.de>
---
 arch/arm/mach-rockchip/rk3399-board-spl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-rockchip/rk3399-board-spl.c b/arch/arm/mach-rockchip/rk3399-board-spl.c
index d4e9a161a4f..0ffdcb88bda 100644
--- a/arch/arm/mach-rockchip/rk3399-board-spl.c
+++ b/arch/arm/mach-rockchip/rk3399-board-spl.c
@@ -124,7 +124,7 @@ void board_init_f(ulong dummy)
 	 * printascii("string");
 	 */
 	debug_uart_init();
-	printascii("U-Boot SPL board init");
+	printascii("U-Boot SPL board init\n");
 #endif
 
 	ret = spl_early_init();
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output
  2018-06-03 19:10 [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output Heinrich Schuchardt
@ 2018-06-03 22:28 ` Dr. Philipp Tomsich
  2018-07-11 13:06   ` Ezequiel Garcia
  2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich
  1 sibling, 1 reply; 5+ messages in thread
From: Dr. Philipp Tomsich @ 2018-06-03 22:28 UTC (permalink / raw)
  To: u-boot


> On 3 Jun 2018, at 21:10, Heinrich Schuchardt <xypron.glpk@gmx.de> 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 <xypron.glpk@gmx.de>

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output
  2018-06-03 22:28 ` Dr. Philipp Tomsich
@ 2018-07-11 13:06   ` Ezequiel Garcia
  2018-07-11 13:07     ` Dr. Philipp Tomsich
  0 siblings, 1 reply; 5+ messages in thread
From: Ezequiel Garcia @ 2018-07-11 13:06 UTC (permalink / raw)
  To: u-boot

On 3 June 2018 at 19:28, Dr. Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
>
>> On 3 Jun 2018, at 21:10, Heinrich Schuchardt <xypron.glpk@gmx.de> 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 <xypron.glpk@gmx.de>
>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>

Guys,

Any chance we pick this one?

Thanks,
-- 
Ezequiel García, VanguardiaSur
www.vanguardiasur.com.ar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output
  2018-07-11 13:06   ` Ezequiel Garcia
@ 2018-07-11 13:07     ` Dr. Philipp Tomsich
  0 siblings, 0 replies; 5+ messages in thread
From: Dr. Philipp Tomsich @ 2018-07-11 13:07 UTC (permalink / raw)
  To: u-boot

Ezequiel,

I started to apply my backlog yesterday and this is currently in one of my trees
running through travis.  You should see the ‘applied to master’ message at the
latest tomorrow.

Thanks,
Philipp.

> On 11 Jul 2018, at 15:06, Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> wrote:
> 
> On 3 June 2018 at 19:28, Dr. Philipp Tomsich
> <philipp.tomsich@theobroma-systems.com> wrote:
>> 
>>> On 3 Jun 2018, at 21:10, Heinrich Schuchardt <xypron.glpk@gmx.de> 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 <xypron.glpk@gmx.de>
>> 
>> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>> 
> 
> Guys,
> 
> Any chance we pick this one?
> 
> Thanks,
> -- 
> Ezequiel García, VanguardiaSur
> www.vanguardiasur.com.ar

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [U-Boot, 1/1] rockchip: rk3399: spl: add missing \n to output
  2018-06-03 19:10 [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output Heinrich Schuchardt
  2018-06-03 22:28 ` Dr. Philipp Tomsich
@ 2018-07-13 10:25 ` Philipp Tomsich
  1 sibling, 0 replies; 5+ messages in thread
From: Philipp Tomsich @ 2018-07-13 10:25 UTC (permalink / raw)
  To: u-boot

> 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 <xypron.glpk@gmx.de>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
>  arch/arm/mach-rockchip/rk3399-board-spl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-13 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-03 19:10 [U-Boot] [PATCH 1/1] rockchip: rk3399: spl: add missing \n to output Heinrich Schuchardt
2018-06-03 22:28 ` Dr. Philipp Tomsich
2018-07-11 13:06   ` Ezequiel Garcia
2018-07-11 13:07     ` Dr. Philipp Tomsich
2018-07-13 10:25 ` [U-Boot] [U-Boot, " Philipp Tomsich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.