summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mx53/mx53.h3
-rw-r--r--include/configs/mx53_smd.h3
-rw-r--r--include/configs/mx53_smd_android.h4
3 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h
index f186601..49718db 100644
--- a/include/asm-arm/arch-mx53/mx53.h
+++ b/include/asm-arm/arch-mx53/mx53.h
@@ -359,6 +359,8 @@
#define PLATFORM_ICGC 0x14
+#define SRTC_LPGR 0x1c
+
/* Assuming 24MHz input clock with doubler ON */
/* MFI PDF */
#define DP_OP_1000 ((10 << 4) + ((1 - 1) << 0))
@@ -466,6 +468,7 @@ enum mxc_peri_clocks {
MXC_SPI2_CLK,
};
+extern void clear_mfgmode_mem(void);
extern unsigned int mxc_get_clock(enum mxc_clock clk);
extern unsigned int get_board_rev(void);
extern int is_soc_rev(int rev);
diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h
index 2ed27ab..01d4b2e 100644
--- a/include/configs/mx53_smd.h
+++ b/include/configs/mx53_smd.h
@@ -79,6 +79,9 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
+/* download mode command */
+#define CONFIG_IMX_DOWNLOAD_CMD
+
/***********************************************************
* Command definition
***********************************************************/
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"