]> git.baikalelectronics.ru Git - uboot.git/commit
clk-imx8mm: Only build PWM clocks in non-SPL code
authorFabio Estevam <festevam@denx.de>
Mon, 26 Sep 2022 16:40:08 +0000 (13:40 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commit4f2086d6140988af613bec12a008864a8d8db9e6
tree19d167f25d7194f8bf2b5d12a8bf83797a16bb2d
parent0295600c2ebd714e5e2550d32787cc7700c648e4
clk-imx8mm: Only build PWM clocks in non-SPL code

PWM is not used inside SPL, so do not define the PWM clocks inside
SPL to reduce the final SPL binary size.

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