From: Ye Li Date: Mon, 30 Jan 2023 10:39:55 +0000 (+0800) Subject: imx: ele_ahab: Remove OEM Secure World Closed print X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=569dab887b54ed4247c9666e00264e0ed326c673;p=u-boot.git 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 Reviewed-by: Peng Fan --- diff --git a/arch/arm/mach-imx/ele_ahab.c b/arch/arm/mach-imx/ele_ahab.c index 58b6542b8e..99fc540271 100644 --- a/arch/arm/mach-imx/ele_ahab.c +++ b/arch/arm/mach-imx/ele_ahab.c @@ -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;