summaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 9141ddb085..9aef414446 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -520,4 +520,10 @@ extern int soft_i2c_gpio_scl;
#define CONFIG_EXTRA_ENV_SETTINGS
#endif
+#undef CONFIG_BOOTCOMMAND
+#define CONFIG_BOOTCOMMAND \
+ "setenv bootargs \"debug earlyprintk console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait rw\" ; " \
+ "load mmc 0:2 0x45000000 /boot/kernel.itb ; " \
+ "bootm 0x45000000"
+
#endif /* _SUNXI_COMMON_CONFIG_H */