mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
ARM: rockchip: remove cpu-core name from machine name
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>
This commit is contained in:
parent
6744e2527c
commit
8c4212418b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static const char * const rockchip_board_dt_compat[] = {
|
||||||
NULL,
|
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_val = 0,
|
||||||
.l2c_aux_mask = ~0,
|
.l2c_aux_mask = ~0,
|
||||||
.dt_compat = rockchip_board_dt_compat,
|
.dt_compat = rockchip_board_dt_compat,
|
||||||
|
|
Loading…
Reference in a new issue