Skip to content
Snippets Groups Projects
Commit 5cdc07c7 authored by TsiChung Liew's avatar TsiChung Liew Committed by John Rigby
Browse files

Update header files


Include immap.h and renamed mcfrtc.h to rtc.h

Signed-off-by: default avatarTsiChungLiew <Tsi-Chung.Liew@freescale.com>
parent 2870e98a
No related branches found
No related tags found
No related merge requests found
/* /*
* (C) Copyright 2007 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* Freescale Semiconductor Tsi-Chung.Liew@freescale.com * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
* project. * project.
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
#include <command.h> #include <command.h>
#include <rtc.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) #if defined(CONFIG_MCFRTC) && (CONFIG_COMMANDS & CFG_CMD_DATE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment