[U-Boot] imx6dl_mamoj broken

Fabio Estevam festevam at gmail.com
Mon Sep 16 21:21:01 UTC 2019


Hi Anatolij/Stefano/Jagan,

On Mon, Sep 16, 2019 at 5:20 PM Anatolij Gustschin <agust at denx.de> wrote:

> This check fails since the recent changes in SPL size limit check,
> see commit 25d38f9b34be (imx6: spl: Reduce SPL limit size in case
> CONFIG_SECURE_BOOT is enabled).

If you agree I can send a patch doing:

--- a/configs/imx6dl_mamoj_defconfig
+++ b/configs/imx6dl_mamoj_defconfig
@@ -1,7 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_MX6=y
 CONFIG_SYS_TEXT_BASE=0x17800000
-CONFIG_SECURE_BOOT=y
 CONFIG_TARGET_MX6DL_MAMOJ=y
 CONFIG_NR_DRAM_BANKS=1
 # CONFIG_CMD_BMODE is not set

which allows the target to build again.

It seems that this target does not boot currently, but if we remove
CONFIG_SECURE_BOOT then it can build and boot, I suppose.


More information about the U-Boot mailing list