ARM: rockchip: remove cpu-core name from machine name
From: Heiko Stuebner <heiko@...> Date: Wed, 21 Jan 2015 10:41:56 +0100
Commit-Message
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@...>
Patch-Comment
arch/arm/mach-rockchip/rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
---------------------- arch/arm/mach-rockchip/rockchip.c -----------------------
index 7d3c306..8d92aee 100644
@@ -82,7 +82,7 @@ static const char * const rockchip_board_dt_compat[] = {
NULL,
};
+DT_MACHINE_START(ROCKCHIP_DT, "Rockchip (Device Tree)")
.l2c_aux_val = 0,
.l2c_aux_mask = ~0,
.dt_compat = rockchip_board_dt_compat,