mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
imx: ele_ahab: Remove OEM Secure World Closed print
The OEM Secure World Closed is not a valid lifecycle on iMX8ULP/iMX9. So remove it from lifecycle print. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
fe787f277d
commit
569dab887b
1 changed files with 0 additions and 3 deletions
|
@ -429,9 +429,6 @@ static void display_life_cycle(u32 lc)
|
|||
case 0x8:
|
||||
printf("OEM Open\n\n");
|
||||
break;
|
||||
case 0x10:
|
||||
printf("OEM Secure World Closed\n\n");
|
||||
break;
|
||||
case 0x20:
|
||||
printf("OEM closed\n\n");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue