Re: [U-Boot] [PATCH v4] ARM: mxs: tools: Add support for boot progress display flag

2014-11-20 Thread Stefano Babic
Hi Alexey, On 11/10/2014 23:43, Alexey Ignatov wrote: > mkimage -T mxs now support new flag in config file: > DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM > instruction. > > Signed-off-by: Alexey Ignatov > --- After fixing a couple of checkpatch's warnings: Appl

[U-Boot] [PATCH v4] ARM: mxs: tools: Add support for boot progress display flag

2014-10-11 Thread Alexey Ignatov
mkimage -T mxs now support new flag in config file: DISPLAYPROGRESS - makes boot process print HTLLC characters for each BootROM instruction. Signed-off-by: Alexey Ignatov --- arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg | 1 + arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 1 + arch/arm/c

Re: [U-Boot] [PATCH v4] ARM: mxs: tools: Add support for boot progress display flag

2014-10-11 Thread Marek Vasut
On Saturday, October 11, 2014 at 11:43:30 PM, Alexey Ignatov wrote: > mkimage -T mxs now support new flag in config file: > DISPLAYPROGRESS - makes boot process print HTLLC characters for each > BootROM instruction. > > Signed-off-by: Alexey Ignatov Acked-by: Marek Vasut Best regards, Marek Va