aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-29 07:17:19 -0400
committerJohn Crispin <john@phrozen.org>2018-08-01 11:23:54 +0200
commitb6c8bc0981855b50b7bf22f0743bb9a75fc2b341 (patch)
tree03561fd9120aaf7c5c5e206afb96959951fd8b77 /target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c
parente38520cd50f3316e411b6210b6a258cdec81c88a (diff)
downloadupstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.tar.gz
upstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.tar.bz2
upstream-b6c8bc0981855b50b7bf22f0743bb9a75fc2b341.zip
ar71xx: cr3000: Use correct company name
It's 'PowerCloud Systems' not 'PowerCloud'. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c
index b351ae59c5..b2fcca88fa 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr3000.c
@@ -157,5 +157,5 @@ static void __init cr3000_setup(void)
ath79_register_eth(0);
}
-MIPS_MACHINE(ATH79_MACH_CR3000, "CR3000", "PowerCloud CR3000",
+MIPS_MACHINE(ATH79_MACH_CR3000, "CR3000", "PowerCloud Systems CR3000",
cr3000_setup);