barebox ARMv8 images for Rockchip and i.MX depend on external firmware for RAM setup (e.g. DDR PHY firmware) and on a BL31 binary to service secure monitor calls of the operating system (usually TF-A). Images without this firmware are not functional and the build warns about it, yet for development, it's more convenient to have the build not fail. This is especially useful for multi_v8_defconfig, which also builds the drivers Qemu Virt64 image and which requires no extra firmware. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/configs/imx_v8_defconfig | 1 + arch/arm/configs/multi_v8_defconfig | 1 + arch/arm/configs/rockchip_v8_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/arch/arm/configs/imx_v8_defconfig b/arch/arm/configs/imx_v8_defconfig index 93b85ff5ea40..99d871bfb968 100644 --- a/arch/arm/configs/imx_v8_defconfig +++ b/arch/arm/configs/imx_v8_defconfig @@ -147,3 +147,4 @@ CONFIG_FS_FAT_WRITE=y CONFIG_FS_FAT_LFN=y CONFIG_FS_RATP=y CONFIG_ZLIB=y +# CONFIG_MISSING_FIRMWARE_ERROR is not set diff --git a/arch/arm/configs/multi_v8_defconfig b/arch/arm/configs/multi_v8_defconfig index d30158d7f880..011747c541e6 100644 --- a/arch/arm/configs/multi_v8_defconfig +++ b/arch/arm/configs/multi_v8_defconfig @@ -238,3 +238,4 @@ CONFIG_FS_PSTORE=y CONFIG_FS_PSTORE_CONSOLE=y CONFIG_FS_RATP=y CONFIG_LZO_DECOMPRESS=y +# CONFIG_MISSING_FIRMWARE_ERROR is not set diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig index efe6adc9dc75..aa82169aae61 100644 --- a/arch/arm/configs/rockchip_v8_defconfig +++ b/arch/arm/configs/rockchip_v8_defconfig @@ -146,3 +146,4 @@ CONFIG_FS_FAT_LFN=y CONFIG_FS_BPKFS=y CONFIG_FS_UIMAGEFS=y CONFIG_LZO_DECOMPRESS=y +# CONFIG_MISSING_FIRMWARE_ERROR is not set -- 2.39.2