powerpc/setup: display reason for not booting
When no machine description matches, display it clearly before looping forever. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Родитель
32ceaa6e12
Коммит
e995265252
|
@ -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 (;;);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче