imx: spl_imx_romapi: typo fix
Unknow->Unknown Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
b08a0a4b3a
commit
be0ad00409
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ int board_return_to_bootrom(struct spl_image_info *spl_image,
|
|||
printf("USB boot\n");
|
||||
break;
|
||||
default:
|
||||
printf("Unknow (0x%x)\n", bstage);
|
||||
printf("Unknown (0x%x)\n", bstage);
|
||||
}
|
||||
|
||||
if (is_boot_from_stream_device(boot))
|
||||
|
|
Loading…
Reference in a new issue