Re: [U-Boot] [PATCH v4 3/3] board: at91sam9263ek: Enable early debug UART

2017-04-21 Thread sjg
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:31, Wenyou Yang wrote: > Enable the early debug UART to debug problems when an ICE or other > debug mechanism is not available. > > Signed-off-

Re: [U-Boot] [PATCH v4 3/3] board: at91sam9263ek: Enable early debug UART

2017-04-18 Thread Yang, Wenyou
Hi Simon, The patches has been rebased on the master branch of u-boot-dm git tree Could you help take them? Best Regards, Wenyou Yang On 2017/4/18 15:31, Wenyou Yang wrote: Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by: W

[U-Boot] [PATCH v4 3/3] board: at91sam9263ek: Enable early debug UART

2017-04-18 Thread Wenyou Yang
Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v4: - Rebase on the master branch(ad46af0e76) of u-boot-dm git tree. - Update the cover-letter. - Add Reviewed-by tag. Chan