Re: [U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-09-23 Thread Simon Glass
On 22 September 2016 at 20:28, Simon Glass wrote: > Acked-by: Simon Glass > > On 13 August 2016 at 05:08, Ziyuan Xu wrote: >> Acked-by: Ziyuan Xu >> >> >> On 2016年08月11日 19:08, Sandy Patterson wrote: >>> >>>

Re: [U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-09-22 Thread Simon Glass
Acked-by: Simon Glass On 13 August 2016 at 05:08, Ziyuan Xu wrote: > Acked-by: Ziyuan Xu > > > On 2016年08月11日 19:08, Sandy Patterson wrote: >> >> >> On Wed, Aug 10, 2016 at 11:01 PM, Ziyuan Xu >

Re: [U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-08-13 Thread Ziyuan Xu
Acked-by: Ziyuan Xu On 2016年08月11日 19:08, Sandy Patterson wrote: On Wed, Aug 10, 2016 at 11:01 PM, Ziyuan Xu > wrote: On 2016年08月10日 22:21, Sandy Patterson wrote: Move back_to_bootrom() call later

Re: [U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-08-11 Thread Sandy Patterson
On Wed, Aug 10, 2016 at 11:01 PM, Ziyuan Xu wrote: > > > On 2016年08月10日 22:21, Sandy Patterson wrote: > >> Move back_to_bootrom() call later in SPL init so that the console is >> initialized and printouts happen. >> >> Currently when ROCKCHIP_SPL_BACK_TO_BROM is enabled

Re: [U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-08-10 Thread Ziyuan Xu
On 2016年08月10日 22:21, Sandy Patterson wrote: Move back_to_bootrom() call later in SPL init so that the console is initialized and printouts happen. Currently when ROCKCHIP_SPL_BACK_TO_BROM is enabled there is no console output from the SPL init stages. I wasn't sure exactly where this should

[U-Boot] [PATCH] rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled

2016-08-10 Thread Sandy Patterson
Move back_to_bootrom() call later in SPL init so that the console is initialized and printouts happen. Currently when ROCKCHIP_SPL_BACK_TO_BROM is enabled there is no console output from the SPL init stages. I wasn't sure exactly where this should happen, so if we are set to do run