aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski2015-02-25 11:24:19 +0100
committerPaul Kocialkowski2015-07-15 15:07:27 +0200
commit9f252ec7c7003c8cc95bc470c8820f67fc8f6e36 (patch)
tree4fbd899a756cb6942c1d6c1e640aad0ee9937af7
parent325f2119d353f45206bfc16e945f4c28f7751207 (diff)
WIP: Boot boot.img
-rw-r--r--include/configs/sniper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index 920f725fc98..a98d08027b0 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -264,7 +264,7 @@
#define CONFIG_BOOTCOMMAND \
"i2c dev 1; i2c md 0x44 0x00 0x10; i2c mw 0x44 0x03 0x00; i2c md 0x44 0x00 0x10; i2c dev 0;" \
"bdinfo;" \
- "load mmc 0 0x82000000 recovery.img;" \
+ "load mmc 0 0x82000000 boot.img;" \
"bootm 0x82000000;"
/*