diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-21 16:10:31 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-29 03:18:35 +0400 |
commit | 6f4a8856e084fbeae226ef52de1fc4f8d2c68765 (patch) | |
tree | ab5ba040edb41af3c12fb8c1b24b235ff09f7ae0 /arch/m68k/68360/head-rom.S | |
parent | d3a887ccba63694bb3f5a7083ccc85c7ad116a08 (diff) | |
download | linux-6f4a8856e084fbeae226ef52de1fc4f8d2c68765.tar.xz |
m68k: fix crufty 68000 and 68360 intro comments
Quite a few of the non-mmu 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>
Diffstat (limited to 'arch/m68k/68360/head-rom.S')
-rw-r--r-- | arch/m68k/68360/head-rom.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/m68k/68360/head-rom.S b/arch/m68k/68360/head-rom.S index dfc756d99886..b3a7e40f35e1 100644 --- a/arch/m68k/68360/head-rom.S +++ b/arch/m68k/68360/head-rom.S @@ -1,6 +1,5 @@ -/* arch/m68knommu/platform/68360/head-rom.S - * - * Startup code for Motorola 68360 +/* + * head-rom.S - startup code for Motorola 68360 * * Copyright (C) SED Systems, a Division of Calian Ltd. * Based on: arch/m68knommu/platform/68328/pilot/crt0_rom.S |