From: Alice Guo Date: Mon, 2 Mar 2026 05:20:06 +0000 (+0800) Subject: imx: ele_ahab: Add i.MX952 support to display_life_cycle() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0faea69efff15623682186dc15edd9f04ffe20cd;p=thirdparty%2Fu-boot.git imx: ele_ahab: Add i.MX952 support to display_life_cycle() Extend display_life_cycle() to support i.MX952. Signed-off-by: Alice Guo Reviewed-by: Peng Fan --- diff --git a/arch/arm/mach-imx/ele_ahab.c b/arch/arm/mach-imx/ele_ahab.c index 4d4620dcafd..9794391fb35 100644 --- a/arch/arm/mach-imx/ele_ahab.c +++ b/arch/arm/mach-imx/ele_ahab.c @@ -412,7 +412,7 @@ static int do_authenticate(struct cmd_tbl *cmdtp, int flag, int argc, return CMD_RET_SUCCESS; } -#if IS_ENABLED(CONFIG_IMX95) || IS_ENABLED(CONFIG_IMX94) +#if IS_ENABLED(CONFIG_IMX95) || IS_ENABLED(CONFIG_IMX94) || IS_ENABLED(CONFIG_IMX952) #define FSB_LC_OFFSET 0x414 #define LC_OEM_OPEN 0x10 static void display_life_cycle(u32 lc)