From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 22 Feb 2016 13:55:25 +0100 Subject: [U-Boot] [PATCH] zynq-common: Fix usbboot env variable In-Reply-To: <1456142869-6000-1-git-send-email-jason.wu.misc@gmail.com> References: <1456142869-6000-1-git-send-email-jason.wu.misc@gmail.com> Message-ID: <56CB053D.5010708@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/include/configs/zynq-common.h > @@ -227,8 +227,7 @@ > "usbboot=if usb start; then " \ > "echo Copying FIT from USB to RAM... && " \ > "load usb 0 ${load_addr} ${fit_image} && " \ > - "bootm ${load_addr}\0" \ > - "fi\0" \ > + "bootm ${load_addr}; fi\0" \ > DFU_ALT_INFO > > #define CONFIG_BOOTCOMMAND "run $modeboot" > Applied. Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: