Skip to content

Commit 7c72b14

Browse files
yihsin-hungasus-leslieyu
authored andcommitted
Modify the Hardware message of /proc/cpuinfo to "Rockchip (Device Tree)"
Signed-off-by: yi-hsin_hung <yi-hsin_hung@asus.com> Change-Id: Ibabdf28c6be9fbf39cc3f04f85582c9aa7a73f3e
1 parent aff8c09 commit 7c72b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/kernel/devtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const struct machine_desc * __init setup_machine_fdt(unsigned int dt_phys)
220220
const struct machine_desc *mdesc, *mdesc_best = NULL;
221221

222222
#ifdef CONFIG_ARCH_MULTIPLATFORM
223-
DT_MACHINE_START(GENERIC_DT, "Generic DT based system")
223+
DT_MACHINE_START(GENERIC_DT, "Rockchip (Device Tree)")
224224
MACHINE_END
225225

226226
mdesc_best = &__mach_desc_GENERIC_DT;

0 commit comments

Comments
 (0)