summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-04-18 02:29:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-04-18 02:36:07 +0200
commit495f0b538b8e35f560d613a80fbccdd57cf622d3 (patch)
tree9102a53dcb8410cfd2d8e82e4bddf8b8806c38e2 /include
parent81a38df0631cfa6b3a85c97e631abf73dc0a2226 (diff)
colibri_vf: fix model info display with missing config block
Display model information even if config block is missing. While at it fix an indentation issue, update copyright period and fix abbreviated setenv commands.
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_vf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index b64fd1541e..c099bed05b 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Toradex, Inc.
+ * Copyright 2013-2015 Toradex, Inc.
*
* Configuration settings for the Toradex VF50/VF61 module.
*
@@ -159,10 +159,10 @@
"setup=setenv setupargs " \
"fec_mac=${ethaddr} console=tty1 console=${console}" \
",${baudrate}n8 ${memargs}\0" \
- "setsdupdate=mmc rescan && set interface mmc && " \
+ "setsdupdate=mmc rescan && setenv interface mmc && " \
"fatload ${interface} 0:1 ${loadaddr} flash_blk.img && " \
"source ${loadaddr}\0" \
- "setusbupdate=usb start && set interface usb && " \
+ "setusbupdate=usb start && setenv interface usb && " \
"fatload ${interface} 0:1 ${loadaddr} flash_blk.img && " \
"source ${loadaddr}\0" \
"setupdate=run setsdupdate || run setusbupdate\0" \