diff options
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 2 |
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;" /* |