diff options
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 0938a7b9579..d457f02b2b0 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -218,9 +218,15 @@ "setenv stdout ${con};" \ "setenv stderr ${con}\0" \ "usbcon=setenv con usbtty; run setcon\0" \ - "bootargs=console=ttyO2,115200n8 earlyprintk mem=512M init=/init videoout=omap24xxvout omap_vout.video1_numbuffers=6 omap_vout.vid1_static_vrfb_alloc=y vram=16M omapfb.vram=0:5M lpj=2334720 fuelgauge=g androidboot.hardware=blackg muic_state=0 thermal_fakemode=0 " + "bootargs=console=ttyO2,115200n8 earlyprintk mem=512M init=/init videoout=omap24xxvout omap_vout.video1_numbuffers=6 omap_vout.vid1_static_vrfb_alloc=y vram=16M omapfb.vram=0:5M lpj=2334720 fuelgauge=g androidboot.hardware=blackg muic_state=0 thermal_fakemode=0 CRC=0x6f889a29 root=/dev/ram0 rw initrd=0x81000000,16M ramdisk_size=16384" #define CONFIG_BOOTCOMMAND \ + "mmc list;" \ + "mmc dev 0;" \ + "mmc part;" \ + "mmc dev 1;" \ + "mmc part;" \ + "fastboot;" \ "fatload mmc 0 0x80400000 boot.img;" \ "print bootargs;" \ "bootm 0x80400000" |