Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8b499c8 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Russell King
Browse files

ARM: 7602/1: Pass real "__machine_arch_type" variable to setup_machine_tags() procedure



This modification is needed to proper boot the custom machines with
the IDs that are not described in the mach-types.h table.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4beba08b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ void __init setup_arch(char **cmdline_p)
	setup_processor();
	mdesc = setup_machine_fdt(__atags_pointer);
	if (!mdesc)
		mdesc = setup_machine_tags(__atags_pointer, machine_arch_type);
		mdesc = setup_machine_tags(__atags_pointer, __machine_arch_type);
	machine_desc = mdesc;
	machine_name = mdesc->name;