]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: rockchip: remove cpu-core name from machine name
authorHeiko Stuebner <heiko@sntech.de>
Wed, 21 Jan 2015 09:41:56 +0000 (10:41 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 21 Jan 2015 20:00:39 +0000 (21:00 +0100)
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>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
arch/arm/mach-rockchip/rockchip.c

index 2b68a1a70912d1d30cc80a3b0f70f68c6f301885..f70861174cbbf10b2dc390deb6330cc92e3939bc 100644 (file)
@@ -41,7 +41,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,