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

Commit e9952652 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/setup: display reason for not booting



When no machine description matches, display it clearly
before looping forever.

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 32ceaa6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -634,7 +634,7 @@ void probe_machine(void)
	}
	/* What can we do if we didn't find ? */
	if (machine_id >= &__machine_desc_end) {
		DBG("No suitable machine found !\n");
		pr_err("No suitable machine description found !\n");
		for (;;);
	}