mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP
If SPL_CLK_IMX8MP is selected alone, it causes a build error. The clock composite is required when using the clock framework, so select it when SPL_CLK_IMX8MP is enabled. This is already being done outside of SPL. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
e066636eed
commit
225b3a7783
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ config SPL_CLK_IMX8MP
|
||||||
depends on ARCH_IMX8M && SPL
|
depends on ARCH_IMX8M && SPL
|
||||||
select SPL_CLK
|
select SPL_CLK
|
||||||
select SPL_CLK_CCF
|
select SPL_CLK_CCF
|
||||||
|
select SPL_CLK_COMPOSITE_CCF
|
||||||
help
|
help
|
||||||
This enables SPL DM/DTS support for clock driver in i.MX8MP
|
This enables SPL DM/DTS support for clock driver in i.MX8MP
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue