m68k: fix crufty ColdFire intro comments
Quite a few of the ColdFire specific support files have a pathname in the title comments of the file. These files have moved around a bit over the years, and most are no longer accurate. Remove the pathname and fix the comments to include at least a short description of the files contents. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
f86b9e0383
commit
ece9ae6515
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5307/entry.S
|
||||
* entry.S -- interrupt and exception processing for ColdFire
|
||||
*
|
||||
* Copyright (C) 1999-2007, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 1998 D. Jeff Dionne <jeff@lineo.ca>,
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5206/config.c
|
||||
* m5206.c -- platform support for ColdFire 5206 based boards
|
||||
*
|
||||
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 2000-2001, Lineo Inc. (www.lineo.com)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/520x/config.c
|
||||
* m520x.c -- platform support for ColdFire 520x based boards
|
||||
*
|
||||
* Copyright (C) 2005, Freescale (www.freescale.com)
|
||||
* Copyright (C) 2005, Intec Automation (mike@steroidmicros.com)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/523x/config.c
|
||||
* m523x.c -- platform support for ColdFire 523x based boards
|
||||
*
|
||||
* Sub-architcture dependent initialization code for the Freescale
|
||||
* 523x CPUs.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5249/config.c
|
||||
* m5249.c -- platform support for ColdFire 5249 based boards
|
||||
*
|
||||
* Copyright (C) 2002, Greg Ungerer (gerg@snapgear.com)
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* 525x.c
|
||||
* 525x.c -- platform support for ColdFire 525x based boards
|
||||
*
|
||||
* Copyright (C) 2012, Steven King <sfking@fdwdc.com>
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5272/config.c
|
||||
* m5272.c -- platform support for ColdFire 5272 based boards
|
||||
*
|
||||
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 2001-2002, SnapGear Inc. (www.snapgear.com)
|
||||
|
@ -1,10 +1,10 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/527x/config.c
|
||||
* m527x.c -- platform support for ColdFire 527x based boards
|
||||
*
|
||||
* Sub-architcture dependent initialization code for the Freescale
|
||||
* 5270/5271 CPUs.
|
||||
* 5270/5271 and 5274/5275 CPUs.
|
||||
*
|
||||
* Copyright (C) 1999-2004, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 2001-2004, SnapGear Inc. (www.snapgear.com)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/528x/config.c
|
||||
* m528x.c -- platform support for ColdFire 528x based boards
|
||||
*
|
||||
* Sub-architcture dependent initialization code for the Freescale
|
||||
* 5280, 5281 and 5282 CPUs.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5307/config.c
|
||||
* m5307.c -- platform support for ColdFire 5307 based boards
|
||||
*
|
||||
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 2000, Lineo (www.lineo.com)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/5407/config.c
|
||||
* m5407.c -- platform support for ColdFire 5407 based boards
|
||||
*
|
||||
* Copyright (C) 1999-2002, Greg Ungerer (gerg@snapgear.com)
|
||||
* Copyright (C) 2000, Lineo (www.lineo.com)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/54xx/config.c
|
||||
* m54xx.c -- platform support for ColdFire 54xx based boards
|
||||
*
|
||||
* Copyright (C) 2010, Philippe De Muyter <phdm@macqel.be>
|
||||
*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/***************************************************************************/
|
||||
|
||||
/*
|
||||
* linux/arch/m68knommu/platform/coldfire/vectors.c
|
||||
* vectors.c -- high level trap setup for ColdFire
|
||||
*
|
||||
* Copyright (C) 1999-2007, Greg Ungerer <gerg@snapgear.com>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user