summaryrefslogtreecommitdiffstats
path: root/rtc
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-07-05 23:31:25 -0500
committerJohn Rigby <jrigby@freescale.com>2007-07-10 14:29:10 -0600
commit5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac (patch)
tree512fc84849478a89e6978c3764340b3c034d89de /rtc
parent2870e98ac8e5553e9187b12a47e5f46babb53990 (diff)
downloadtalos-obmc-uboot-5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac.tar.gz
talos-obmc-uboot-5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac.zip
Update header files
Include immap.h and renamed mcfrtc.h to rtc.h Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'rtc')
-rw-r--r--rtc/mcfrtc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/rtc/mcfrtc.c b/rtc/mcfrtc.c
index c7eb53fb46..0be587426c 100644
--- a/rtc/mcfrtc.c
+++ b/rtc/mcfrtc.c
@@ -1,6 +1,6 @@
/*
- * (C) Copyright 2007
- * Freescale Semiconductor Tsi-Chung.Liew@freescale.com
+ * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
+ * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -25,7 +25,8 @@
#include <command.h>
#include <rtc.h>
-#include <asm/mcfrtc.h>
+#include <asm/immap.h>
+#include <asm/rtc.h>
#if defined(CONFIG_MCFRTC) && (CONFIG_COMMANDS & CFG_CMD_DATE)
OpenPOWER on IntegriCloud