From fedc826c320d27759ac551c8427eddf582f7b343 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Wed, 25 Jul 2018 19:07:21 -0400 Subject: ar71xx: cr5000: use correct company name It's 'PowerCloud Systems' not just 'PowerCloud' Signed-off-by: Daniel F. Dickinson --- target/linux/ar71xx/files/arch/mips/ath79/mach-cr5000.c | 4 ++-- target/linux/ar71xx/files/arch/mips/ath79/machtypes.h | 2 +- 2 files changed, 3 insertions(+), 3 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 @@ -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); diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h index fc01b9b62b..0bac76e6e7 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h +++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h @@ -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 */ -- cgit v1.2.3