mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +02:00
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>
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
if TARGET_IMX8MM_CL_IOT_GATE || TARGET_IMX8MM_CL_IOT_GATE_OPTEE
|
|
|
|
config SYS_BOARD
|
|
default "imx8mm-cl-iot-gate"
|
|
|
|
config SYS_VENDOR
|
|
default "compulab"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "imx8mm-cl-iot-gate"
|
|
|
|
config IMX_CONFIG
|
|
default "board/compulab/imx8mm-cl-iot-gate/imximage-8mm-lpddr4.cfg"
|
|
|
|
endif
|