Hi Harald On Thu, May 7, 2020 at 9:08 AM Harald Seiler <h...@denx.de> wrote:
> Just to check, the addition of the clock driver probably lead to the same > issue? So the clock driver is potentially working, it is just too big for > SPL? That's correct. > The SPL linker script already has checks for SPL size. See > arch/arm/cpu/u-boot-spl.lds line 81 and following. Maybe you just need to > properly set those config-options for your board? Yes, we do this for imx6. Will implement the same for imx8m. Thanks