Re: [U-Boot] [RFC PATCH v2 14/20] fastboot: Avoid re-parsing cmd_string for boot/reboot

2018-05-07 Thread Jocelyn Bohr
On Thu, May 3, 2018 at 2:18 PM Joe Hershberger wrote: > On Mon, Apr 30, 2018 at 3:32 AM, Alex Kiernan > wrote: > > When picking up boot/reboot after we've sent our result packet, use > > the previously parsed command rather than redoing the

Re: [U-Boot] [RFC PATCH v2 14/20] fastboot: Avoid re-parsing cmd_string for boot/reboot

2018-05-03 Thread Joe Hershberger
On Mon, Apr 30, 2018 at 3:32 AM, Alex Kiernan wrote: > When picking up boot/reboot after we've sent our result packet, use > the previously parsed command rather than redoing the strcmp. > > Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger

[U-Boot] [RFC PATCH v2 14/20] fastboot: Avoid re-parsing cmd_string for boot/reboot

2018-04-30 Thread Alex Kiernan
When picking up boot/reboot after we've sent our result packet, use the previously parsed command rather than redoing the strcmp. Signed-off-by: Alex Kiernan --- Changes in v2: None net/fastboot.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-)