]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: imx8m: Prepare imx8m-beacon boards for HAB support
authorAdam Ford <aford173@gmail.com>
Sat, 19 Nov 2022 15:11:03 +0000 (09:11 -0600)
committerStefano Babic <sbabic@denx.de>
Tue, 31 Jan 2023 17:08:23 +0000 (18:08 +0100)
In order to enable HAB, FSL_CAAM, ARCH_MISC_INIT and
SPL_CRYPTO should be enabled in Kconfig like other i.MX8M
boards.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/mach-imx/imx8m/Kconfig

index c332f849945e206ae2ad185a885b345326211fd2..5e4836b02feb577729ebddfb62c9c9677ec5cab6 100644 (file)
@@ -249,6 +249,9 @@ config TARGET_IMX8MM_BEACON
        select IMX8MM
        select SUPPORT_SPL
        select IMX8M_LPDDR4
+       select FSL_CAAM
+       select ARCH_MISC_INIT
+       select SPL_CRYPTO if SPL
 
 config TARGET_IMX8MN_BEACON
        bool "imx8mn Beacon Embedded devkit"
@@ -256,6 +259,9 @@ config TARGET_IMX8MN_BEACON
        select IMX8MN
        select SUPPORT_SPL
        select IMX8M_LPDDR4
+       select FSL_CAAM
+       select ARCH_MISC_INIT
+       select SPL_CRYPTO if SPL
 
 config TARGET_PHYCORE_IMX8MM
        bool "PHYTEC PHYCORE i.MX8MM"