
16 Sep
2019
16 Sep
'19
11:21 p.m.
Hi Anatolij/Stefano/Jagan,
On Mon, Sep 16, 2019 at 5:20 PM Anatolij Gustschin agust@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.