summaryrefslogtreecommitdiff
path: root/cpu/arm1136
diff options
context:
space:
mode:
authorFred Fan <r01011@freescale.com>2009-02-23 13:40:12 +0800
committerFred Fan <r01011@freescale.com>2009-09-09 17:15:27 +0800
commit4bdaaba26f5d015474dbd5a524355b5e64655ebe (patch)
treef2c70252b73a9060d6458212565ee3e0e6ab3e61 /cpu/arm1136
parentd409f3fd05bef817c37bade4b6a803da80dc7ad0 (diff)
downloadu-boot-imx-4bdaaba26f5d015474dbd5a524355b5e64655ebe.zip
u-boot-imx-4bdaaba26f5d015474dbd5a524355b5e64655ebe.tar.gz
u-boot-imx-4bdaaba26f5d015474dbd5a524355b5e64655ebe.tar.bz2
ENGR00099697 Add nand driver for mx35
Add nand driver for mx35 Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'cpu/arm1136')
-rw-r--r--cpu/arm1136/mx35/interrupts.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/arm1136/mx35/interrupts.c b/cpu/arm1136/mx35/interrupts.c
index 28284b1..40b9d4c 100644
--- a/cpu/arm1136/mx35/interrupts.c
+++ b/cpu/arm1136/mx35/interrupts.c
@@ -54,6 +54,11 @@ int interrupt_init(void)
return 0;
}
+void reset_timer(void)
+{
+ reset_timer_masked();
+}
+
void reset_timer_masked(void)
{
GPTCR = 0;