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:
Ye Li 2023-01-30 18:39:55 +08:00 committed by Stefano Babic
parent fe787f277d
commit 569dab887b

View file

@ -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;