[PATCH] imx8mp_evk: Make SPL binary size smaller
Marek Vasut
marex at denx.de
Fri May 8 14:04:41 CEST 2020
On 5/8/20 2:04 PM, Fabio Estevam wrote:
> Hi Marek,
>
> On Fri, May 8, 2020 at 8:57 AM Marek Vasut <marex at denx.de> wrote:
>
>> Maybe you also need entries like
>> 126dcc925d ("ARM: imx: imx8mm: Add missing clock entries for FEC clock")
>> for MX8MP ?
>
> That only affects U-Boot proper, not SPL.
>
> imx8mm clock driver also does not register Ethernet clocks in SPL:
>
> /* clks not needed in SPL stage */
> #ifndef CONFIG_SPL_BUILD
> clk_dm(IMX8MM_CLK_ENET_REF, imx8m_clk_composite("enet_ref",
> imx8mm_enet_ref_sels, base + 0xa980));
> .....
Don't you need similar entry for WDT ?
More information about the U-Boot
mailing list