]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/bamboo.h
Replace "run load; run update" with conditionalized "run load update".
[karo-tx-uboot.git] / include / configs / bamboo.h
index f9ffa49ab628719a8f97d74ecd2e236201975afb..4ea040bc2288a148a4e108564b27fa5e7e728d0d 100644 (file)
        "update=protect off fffa0000 ffffffff;era fffa0000 ffffffff;"   \
                "cp.b 100000 fffa0000 60000;"                           \
                "setenv filesize;saveenv\0"                             \
-       "upd=run load;run update\0"                                     \
+       "upd=run load update\0"                                         \
        ""
 #define CONFIG_BOOTCOMMAND     "run flash_self"