clk-imx8mm: Move CLK_ENET_AXI to the non-SPL section
authorFabio Estevam <festevam@denx.de>
Mon, 26 Sep 2022 16:40:09 +0000 (13:40 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commit0d158e01813802f07714c9dbe72c38bc1af13cb4
treebfb408899bbf2a711bf7ab24dd7d4e171b449fee
parentd63dc069eef3c2eb215812197d5131491ec7ade7
clk-imx8mm: Move CLK_ENET_AXI to the non-SPL section

Ethernet is not used inside SPL, so move the IMX8MM_CLK_ENET_AXI clock
inside the non-SPL block to reduce the final SPL binary size.

Signed-off-by: Fabio Estevam <festevam@denx.de>
drivers/clk/imx/clk-imx8mm.c