summaryrefslogtreecommitdiff
path: root/board/compulab/imx8mm-cl-iot-gate
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2021-08-24 03:11:09 +0300
committerStefano Babic <sbabic@denx.de>2021-10-07 17:53:50 +0300
commit53a24dee86fb72ae41e7579607bafe13442616f2 (patch)
tree9862b8f3476d3cff167302c87d3b26ef4315c34f /board/compulab/imx8mm-cl-iot-gate
parent88f4f50989063a55dede30d60cb76949c88a7e17 (diff)
downloadu-boot-53a24dee86fb72ae41e7579607bafe13442616f2.tar.xz
imx8mm-cl-iot-gate: Split the defconfigs
Currently imx8mm-cl-iot-gate_defconfig fails to produce a working boot binary due to the lack of fip.bin: " BINMAN all Image 'main-section' is missing external blobs and is non-functional: blob-ext Some images are invalid" To make the build process more consistent with the other i.MX8M targets, split the defconfig in two: - imx8mm-cl-iot-gate_defconfig: standard defconfig that only requires ATF / DDR firmware. - imx8mm-cl-iot-gate-optee_defconfig: "more advanced" defconfig that requires ATF / Optee / mbedtls / DDR firmware. Signed-off-by: Fabio Estevam <festevam@denx.de> Tested-by: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
Diffstat (limited to 'board/compulab/imx8mm-cl-iot-gate')
-rw-r--r--board/compulab/imx8mm-cl-iot-gate/Kconfig2
-rw-r--r--board/compulab/imx8mm-cl-iot-gate/MAINTAINERS1
2 files changed, 2 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/Kconfig b/board/compulab/imx8mm-cl-iot-gate/Kconfig
index 30760cbf45..e6ceb9138f 100644
--- a/board/compulab/imx8mm-cl-iot-gate/Kconfig
+++ b/board/compulab/imx8mm-cl-iot-gate/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_IMX8MM_CL_IOT_GATE
+if TARGET_IMX8MM_CL_IOT_GATE || TARGET_IMX8MM_CL_IOT_GATE_OPTEE
config SYS_BOARD
default "imx8mm-cl-iot-gate"
diff --git a/board/compulab/imx8mm-cl-iot-gate/MAINTAINERS b/board/compulab/imx8mm-cl-iot-gate/MAINTAINERS
index 9c6b17095c..9db1fb6950 100644
--- a/board/compulab/imx8mm-cl-iot-gate/MAINTAINERS
+++ b/board/compulab/imx8mm-cl-iot-gate/MAINTAINERS
@@ -4,3 +4,4 @@ S: Maintained
F: board/compulab/imx8mm-cl-iot-gate/
F: include/configs/imx8mm-cl-iot-gate.h
F: configs/imx8mm-cl-iot-gate_defconfig
+F: configs/imx8mm-cl-iot-gate-optee_defconfig