summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t30.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r--include/configs/colibri_t30.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 8818fa4902..5c3c09bba7 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -162,8 +162,8 @@
"setusbupdate=setenv interface usb; setenv drive 0; " \
"load ${interface} ${drive}:1 ${kernel_addr_r} " \
"flash_blk.img\0" \
- "setupdate=run setsdupdate || run setusbupdate || run setethupdate &&" \
- " source ${loadaddr}\0" \
+ "setupdate=run setsdupdate || run setusbupdate || run setethupdate;" \
+ " source ${kernel_addr_r}\0" \
USB_BOOTCMD \
"vidargs=video=tegrafb0:640x480-16@60 fbcon=map:1\0"