summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-01 10:33:16 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-01 11:44:09 +0200
commitd536cdbdf8e8765a2d223b2c38c0fa2e8ff36f12 (patch)
tree6a1b847f0952dafe333a51edbaff34cbe31707f0 /include
parentdb0611935fde9d3ea16f07f476ccc272eeec06f3 (diff)
apalis/colibri_t20/t30: fix setupdate
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis_t30.h4
-rw-r--r--include/configs/colibri_t20.h4
-rw-r--r--include/configs/colibri_t30.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index a5fe80f70d..0adf8c856a 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -174,8 +174,8 @@
"setusbupdate=usb start && 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"
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 475edee6fd..279342f0e8 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -209,8 +209,8 @@
"setusbupdate=usb start && 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" \
UBI_BOOTCMD \
USB_BOOTCMD \
"vidargs=video=tegrafb0:640x480-16@60\0"
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"