mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
Update header files
Include immap.h and renamed mcfrtc.h to rtc.h Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
2870e98ac8
commit
5cdc07c7ef
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue