aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap4430panda.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/omap4430panda.h')
-rw-r--r--include/configs/omap4430panda.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/configs/omap4430panda.h b/include/configs/omap4430panda.h
index 1e2445b5..37016519 100644
--- a/include/configs/omap4430panda.h
+++ b/include/configs/omap4430panda.h
@@ -35,7 +35,6 @@
#define CONFIG_OMAP44XX 1 /* which is a 44XX */
#define CONFIG_OMAP4430 1 /* which is in a 4430 */
#define CONFIG_4430PANDA 1 /* working with Panda */
-#define CONFIG_FASTBOOT 1 /* Using fastboot interface */
#define BOARD_LATE_INIT 1
@@ -137,7 +136,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"bootcmd=go 0x80008000\0"
#else
-#define CONFIG_BOOTDELAY 0
+#define CONFIG_BOOTDELAY 3
#endif /*CONFIG_4430ZEBU */
@@ -147,10 +146,13 @@
" ip=dhcp"
#else
-#define CONFIG_BOOTARGS "console=ttyO2,115200n8 mem=512M" \
- " init=/init vram=32M omapfb.vram=0:16M androidboot.console=ttyO2"
+#define CONFIG_BOOTARGS "console=ttyO2,115200n8 androidboot.console=ttyO2" \
+ " mem=456M@0x80000000 mem=512M@0xA0000000" \
+ " root=/dev/mmcblk0p2 rw rootdelay=2 init=/init" \
+ " vram=32M omapfb.vram=0:16M" \
+ " omapdss.def_disp=hdmi consoleblank=0"
-#define CONFIG_BOOTCOMMAND "booti mmc0"
+#define CONFIG_BOOTCOMMAND "fatload mmc 0 0x82000000 uImage; bootm 0x82000000"
#endif