summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@org.rmk.(none)>2004-07-13 02:13:32 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-07-13 02:13:32 +0100
commita577d2e32373541640417d6cecc755b15ddbc8a0 (patch)
treef5c512d0c75d25bf6b168ed2d033bc2205c37ec4
parent77df47551f3edbc9bbae6ea961daad87fda22206 (diff)
[ARM PATCH] 1962/1: S3C2410 - Rename MACH_VR1000 to Thorcom-VR1000
Patch from Ben Dooks Place correct machine name for VR1000 in machine support file.
-rw-r--r--arch/arm/mach-s3c2410/mach-vr1000.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c
index 856739ba1921..2246a30cea54 100644
--- a/arch/arm/mach-s3c2410/mach-vr1000.c
+++ b/arch/arm/mach-s3c2410/mach-vr1000.c
@@ -1,15 +1,17 @@
/* linux/arch/arm/mach-s3c2410/mach-vr1000.c
*
- * Copyright (c) 2003 Simtec Electronics
+ * Copyright (c) 2003,2004 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
- * http://www.simtec.co.uk/
+ * Machine support for Thorcom VR1000 board. Designed for Thorcom by
+ * Simtec Electronics, http://www.simtec.co.uk/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Modifications:
+ * 12-Jul-2004 BJD Renamed machine
* 16-May-2003 BJD Created initial version
* 16-Aug-2003 BJD Fixed header files and copyright, added URL
* 05-Sep-2003 BJD Moved to v2.6 kernel
@@ -160,7 +162,7 @@ void __init vr1000_init_time(void)
s3c2401_init_time();
}
-MACHINE_START(VR1000, "Simtec-VR1000")
+MACHINE_START(VR1000, "Thorcom-VR1000")
MAINTAINER("Ben Dooks <ben@simtec.co.uk>")
BOOT_MEM(S3C2410_SDRAM_PA, S3C2410_PA_UART, S3C2410_VA_UART)
BOOT_PARAMS(S3C2410_SDRAM_PA + 0x100)