mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
zynq-common: Fix usbboot env variable
Remove the miss-placed \0 and add missing ; for usbboot env variable. Signed-off-by: Jason Wu <jason.wu.misc@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
70bdf2f6b9
commit
39bc1a8c8f
1 changed files with 1 additions and 2 deletions
|
@ -226,8 +226,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"
|
||||
|
|
Loading…
Add table
Reference in a new issue