[U-Boot] [PATCH] zynq-common: Fix usbboot env variable

2016-02-22 Thread Jason Wu
Remove the miss-placed \0 and add missing ; for usbboot env variable. Signed-off-by: Jason Wu diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index e8c3ef0..98c8313 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -227,8 +227,7 @@

Re: [U-Boot] [PATCH] zynq-common: Fix usbboot env variable

2016-02-22 Thread Michal Simek
On 22.2.2016 13:07, Jason Wu wrote: > Remove the miss-placed \0 and add missing ; for usbboot env variable. > > Signed-off-by: Jason Wu > > diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h > index e8c3ef0..98c8313 100644 > --- a/include/configs/zynq-common.h > +++ b/inc