summaryrefslogtreecommitdiff
path: root/include/configs/omap3_h1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap3_h1.h')
-rw-r--r--include/configs/omap3_h1.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h
index 7ca70e725..d367093d1 100644
--- a/include/configs/omap3_h1.h
+++ b/include/configs/omap3_h1.h
@@ -159,7 +159,7 @@
"mmcrootfstype=ext3 rootwait\0" \
"nandroot=ubi0:rootfs ubi.mtd=4\0" \
"nandrootfstype=ubifs\0" \
- "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
+ "ramroot=/dev/ram0 rw ramdisk_size=8192 initrd=0x81000000,8M\0" \
"ramrootfstype=ext2\0" \
"nandargs=setenv bootargs console=${console} " \
"${optargs} " \
@@ -183,13 +183,24 @@
"rootfstype=${ramrootfstype}\0" \
"nandboot=echo Booting from nand ...; " \
"run nandargs; " \
- "nand read ${loadaddr} 280000 400000; " \
+ "nand read ${loadaddr} 280000 A00000; " \
"bootm ${loadaddr}\0" \
"ramboot=echo Booting from ramdisk ...; " \
"run ramargs; " \
+ "bootm ${loadaddr}\0" \
+ "h1args=setenv bootargs console=${console} " \
+ "androidboot.console=ttyO2 " \
+ "${optargs} " \
+ "mpurate=${mpurate} " \
+ "vram=${vram} " \
+ "omapfb.mode=dvi:${dvimode} " \
+ "omapfb.vram=0:6M,0:6M " \
+ "omapdss.def_disp=${defaultdisplay}\0" \
+ "h1boot=run h1args; " \
+ "nand read ${loadaddr} 280000 A00000; " \
"bootm ${loadaddr}\0"
#define CONFIG_BOOTCOMMAND \
- "run nandboot;"
+ "run h1boot;"
#define CONFIG_AUTO_COMPLETE 1
/*