mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
imx8ulp: build ahab
The ahab was missed to be compiled, so add it back. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
0aea5dda29
commit
6490c1271a
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue