diff mbox

ARM: rockchip: remove cpu-core name from machine name

Message ID 1444639.mSKlrDUu2q@phil (mailing list archive)
State New, archived
Headers show

Commit Message

Heiko Stübner Jan. 21, 2015, 9:49 a.m. UTC
The Rockchip support is not limited to Cortex-A9 socs anymore and its
presence may confuse people reading /proc/cpuinfo. So remove the core
specific part.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/mach-rockchip/rockchip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Douglas Anderson Jan. 21, 2015, 4:24 p.m. UTC | #1
Heiko,

On Wed, Jan 21, 2015 at 1:49 AM, Heiko Stübner <heiko@sntech.de> wrote:
> The Rockchip support is not limited to Cortex-A9 socs anymore and its
> presence may confuse people reading /proc/cpuinfo. So remove the core
> specific part.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  arch/arm/mach-rockchip/rockchip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

FWIW for such a simple patch:

Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
diff mbox

Patch

diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c
index 7d3c306..8d92aee 100644
--- a/arch/arm/mach-rockchip/rockchip.c
+++ b/arch/arm/mach-rockchip/rockchip.c
@@ -82,7 +82,7 @@  static const char * const rockchip_board_dt_compat[] = {
 	NULL,
 };
 
-DT_MACHINE_START(ROCKCHIP_DT, "Rockchip Cortex-A9 (Device Tree)")
+DT_MACHINE_START(ROCKCHIP_DT, "Rockchip (Device Tree)")
 	.l2c_aux_val	= 0,
 	.l2c_aux_mask	= ~0,
 	.dt_compat	= rockchip_board_dt_compat,