imx8ulp: build ahab
authorPeng Fan <peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:06 +0000 (12:08 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 May 2023 11:48:52 +0000 (13:48 +0200)
The ahab was missed to be compiled, so add it back.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8ulp/Kconfig
arch/arm/mach-imx/imx8ulp/Makefile

index c1c1aa0..49ea252 100644 (file)
@@ -1,5 +1,10 @@
 if ARCH_IMX8ULP
 
+config AHAB_BOOT
+       bool "Support i.MX8ULP AHAB features"
+       help
+         This option enables the support for AHAB secure boot.
+
 config IMX8ULP
        bool
 
index 2c9938f..f7692cf 100644 (file)
@@ -5,6 +5,7 @@
 
 obj-y += lowlevel_init.o
 obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
+obj-$(CONFIG_AHAB_BOOT) += ahab.o
 
 ifeq ($(CONFIG_SPL_BUILD),y)
 obj-y += upower/