]> Git Repo - u-boot.git/commitdiff
Update header files
authorTsiChungLiew <[email protected]>
Fri, 6 Jul 2007 04:31:25 +0000 (23:31 -0500)
committerJohn Rigby <[email protected]>
Tue, 10 Jul 2007 20:29:10 +0000 (14:29 -0600)
Include immap.h and renamed mcfrtc.h to rtc.h

Signed-off-by: TsiChungLiew <[email protected]>
rtc/mcfrtc.c

index c7eb53fb46a3256f3cd290cad60c8f6fb458fa83..0be587426c03bfc759ffc38160c6dd347ce92995 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * (C) Copyright 2007
- * Freescale Semiconductor [email protected]
+ * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
+ * TsiChung Liew ([email protected])
  *
  * 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)
 
This page took 0.033413 seconds and 4 git commands to generate.