]> git.baikalelectronics.ru Git - uboot.git/commit
clk-imx8mm: Only build ecspi clocks when CONFIG_DM_SPI=y
authorFabio Estevam <festevam@denx.de>
Mon, 26 Sep 2022 16:40:10 +0000 (13:40 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commita6b4c06c43eca4910d77e0b9c1c03c99112142a1
treef1e62530e270a96fc5a287b13ab560ff51dd45f1
parent644ee831db03559edfa389783d5f163f75801e42
clk-imx8mm: Only build ecspi clocks when CONFIG_DM_SPI=y

The ecspi clocks are only used when CONFIG_DM_SPI=y, so only build the
ecspi clocks in this case to reduce the final SPL binary size.

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