Skip to content
Snippets Groups Projects
Commit 39bc1a8c authored by Jason Wu's avatar Jason Wu Committed by Michal Simek
Browse files

zynq-common: Fix usbboot env variable


Remove the miss-placed \0 and add missing ; for usbboot env variable.

Signed-off-by: default avatarJason Wu <jason.wu.misc@gmail.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 70bdf2f6
No related branches found
No related tags found
No related merge requests found
...@@ -226,8 +226,7 @@ ...@@ -226,8 +226,7 @@
"usbboot=if usb start; then " \ "usbboot=if usb start; then " \
"echo Copying FIT from USB to RAM... && " \ "echo Copying FIT from USB to RAM... && " \
"load usb 0 ${load_addr} ${fit_image} && " \ "load usb 0 ${load_addr} ${fit_image} && " \
"bootm ${load_addr}\0" \ "bootm ${load_addr}; fi\0" \
"fi\0" \
DFU_ALT_INFO DFU_ALT_INFO
#define CONFIG_BOOTCOMMAND "run $modeboot" #define CONFIG_BOOTCOMMAND "run $modeboot"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment