aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-25 19:07:21 -0400
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:32 +0200
commitfedc826c320d27759ac551c8427eddf582f7b343 (patch)
tree97d8ab66ee9205860b19cd018c032d447634a695 /target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
parent50caf9d452b8ee48f937703a366738346d48a9e4 (diff)
downloadupstream-fedc826c320d27759ac551c8427eddf582f7b343.tar.gz
upstream-fedc826c320d27759ac551c8427eddf582f7b343.tar.bz2
upstream-fedc826c320d27759ac551c8427eddf582f7b343.zip
ar71xx: cr5000: use correct company name
It's 'PowerCloud Systems' not just 'PowerCloud' Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
index efc5e1d5ed..5124f71ec3 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
@@ -1,5 +1,5 @@
/*
- * PowerCloud CR5000 support
+ * PowerCloud Systems CR5000 support
*
* Copyright (c) 2011 Qualcomm Atheros
* Copyright (c) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
@@ -172,5 +172,5 @@ static void __init cr5000_setup(void)
ath79_register_eth(0);
}
-MIPS_MACHINE(ATH79_MACH_CR5000, "CR5000", "PowerCloud CR5000",
+MIPS_MACHINE(ATH79_MACH_CR5000, "CR5000", "PowerCloud Systems CR5000",
cr5000_setup);