Re: [U-Boot] [PATCH 2/5] sunxi: display: Do not use eprintf in early boot

2014-11-24 Thread Anatolij Gustschin
On Mon, 24 Nov 2014 17:14:16 +0100 Hans de Goede wrote: > stderr is not hooked up yet as this point, so use a regular printf. > > Signed-off-by: Hans de Goede Acked-by: Anatolij Gustschin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.de

Re: [U-Boot] [PATCH 2/5] sunxi: display: Do not use eprintf in early boot

2014-11-24 Thread Ian Campbell
On Mon, 2014-11-24 at 17:14 +0100, Hans de Goede wrote: > stderr is not hooked up yet as this point, so use a regular printf. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

[U-Boot] [PATCH 2/5] sunxi: display: Do not use eprintf in early boot

2014-11-24 Thread Hans de Goede
stderr is not hooked up yet as this point, so use a regular printf. Signed-off-by: Hans de Goede --- drivers/video/sunxi_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/sunxi_display.c b/drivers/video/sunxi_display.c index fb28c23..5154084 100644 --- a