summaryrefslogtreecommitdiff
path: root/include/configs/mx53_smd_android.h
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2011-11-23 13:49:37 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2011-11-23 14:28:45 +0800
commit08b5c56351ea218583483f69b0c19c53a836c3c4 (patch)
tree0bf2d364c1b6d79916305565a1a01f75aa5f09dd /include/configs/mx53_smd_android.h
parentddbe9eb5ee0e4e91983d362d6b685ec016f68366 (diff)
downloadu-boot-imx-08b5c56351ea218583483f69b0c19c53a836c3c4.zip
u-boot-imx-08b5c56351ea218583483f69b0c19c53a836c3c4.tar.gz
u-boot-imx-08b5c56351ea218583483f69b0c19c53a836c3c4.tar.bz2
ENGR00162938 MX5: Add download_mode command in uboot to enter MFG download mode.
Add download_mode command in uboot to enter MFG dowload mode , you can try download mode command in uboot and enter download mode. it first set srtc register, then before enter linux, it will clear these register to prevent the up comming watchdog reset will enter mfgtool mode. only add mx53 now. Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include/configs/mx53_smd_android.h')
-rw-r--r--include/configs/mx53_smd_android.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h
index f043c77..a851b2a 100644
--- a/include/configs/mx53_smd_android.h
+++ b/include/configs/mx53_smd_android.h
@@ -118,6 +118,7 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
+
/***********************************************************
* Command definition
***********************************************************/
@@ -148,6 +149,9 @@
#define CONFIG_CMD_SATA
#undef CONFIG_CMD_IMLS
+/* download mode command */
+#define CONFIG_CMD_IMX_DOWNLOAD_MODE
+
#define CONFIG_BOOTDELAY 3
#define CONFIG_PRIME "FEC0"