From 9f252ec7c7003c8cc95bc470c8820f67fc8f6e36 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Wed, 25 Feb 2015 11:24:19 +0100 Subject: WIP: Boot boot.img --- include/configs/sniper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;" /* -- cgit v1.2.3