ar71xx: cr5000: use correct company name
authorDaniel F. Dickinson <cshored@thecshore.com>
Wed, 25 Jul 2018 23:07:21 +0000 (19:07 -0400)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 08:43:32 +0000 (10:43 +0200)
It's 'PowerCloud Systems' not just 'PowerCloud'

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c
target/linux/ar71xx/files/arch/mips/ath79/machtypes.h

index efc5e1d5ed27c5cbfdb122922b701f2f99452f09..5124f71ec362a757dce0462661e1e7b1e48e08c6 100644 (file)
@@ -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);
index fc01b9b62b09c244005cb85c25c1b4b4629b8c72..0bac76e6e7e01fdf321ebd129ac4f61959bb81fb 100644 (file)
@@ -80,7 +80,7 @@ enum ath79_mach_type {
        ATH79_MACH_CPE830,                      /* YunCore CPE830 */
        ATH79_MACH_CPE870,                      /* YunCore CPE870 */
        ATH79_MACH_CR3000,                      /* PowerCloud CR3000 */
-       ATH79_MACH_CR5000,                      /* PowerCloud CR5000 */
+       ATH79_MACH_CR5000,                      /* PowerCloud Systems CR5000 */
        ATH79_MACH_DAP_1330_A1,                 /* D-Link DAP-1330 rev. A1 */
        ATH79_MACH_DAP_2695_A1,                 /* D-Link DAP-2695 rev. A1 */
        ATH79_MACH_DB120,                       /* Atheros DB120 reference board */