1
0
Fork 0

powerpc: fix spelling mistake: "Usupported" -> "Unsupported"

Trivial fix to spelling mistake in bootx_printf message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
hifive-unleashed-5.1
Colin Ian King 2018-03-30 16:55:53 +01:00 committed by Michael Ellerman
parent eabdb8ca86
commit e6536a9f94
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ void __init bootx_init(unsigned long r3, unsigned long r4)
;
}
if (bi->architecture != BOOT_ARCH_PCI) {
bootx_printf(" !!! WARNING - Usupported machine"
bootx_printf(" !!! WARNING - Unsupported machine"
" architecture !\n");
for (;;)
;