]> git.baikalelectronics.ru Git - uboot.git/commitdiff
imx: ele_ahab: Remove OEM Secure World Closed print
authorYe Li <ye.li@nxp.com>
Mon, 30 Jan 2023 10:39:55 +0000 (18:39 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 20:27:38 +0000 (22:27 +0200)
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>
arch/arm/mach-imx/ele_ahab.c

index 58b6542b8e65bbeeaf4c906ff9a771e5d4cf77ff..99fc5402719d5e702ac6c1b8f30a40f167fcf5af 100644 (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;