diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-07-05 23:21:09 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-07-10 14:29:09 -0600 |
commit | e04acb2eba4782489417240eff76e20e176aec10 (patch) | |
tree | 32ef345ce370f33c1b7141c1f09b794cf265f09b /include/asm-m68k | |
parent | 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5 (diff) | |
download | u-boot-imx-e04acb2eba4782489417240eff76e20e176aec10.zip u-boot-imx-e04acb2eba4782489417240eff76e20e176aec10.tar.gz u-boot-imx-e04acb2eba4782489417240eff76e20e176aec10.tar.bz2 |
Rename mcfrtc to rtc
Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r-- | include/asm-m68k/rtc.h (renamed from include/asm-m68k/mcfrtc.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/mcfrtc.h b/include/asm-m68k/rtc.h index 7078535..f955bc5 100644 --- a/include/asm-m68k/mcfrtc.h +++ b/include/asm-m68k/rtc.h @@ -1,7 +1,7 @@ /* * RealTime Clock * - * (C) Copyright 2007 + * 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 |