Skip to content
Snippets Groups Projects
Commit 2f03968e authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Enable SPL_CLK when SPL is enabled


Setup proper dependency in Kconfig for SPL_CLK.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 24124abe
No related branches found
No related tags found
No related merge requests found
...@@ -773,7 +773,7 @@ config ARCH_ZYNQMP ...@@ -773,7 +773,7 @@ config ARCH_ZYNQMP
select SUPPORT_SPL select SUPPORT_SPL
select CLK select CLK
select SPL_BOARD_INIT if SPL select SPL_BOARD_INIT if SPL
select SPL_CLK select SPL_CLK if SPL
select DM_USB if USB select DM_USB if USB
imply FAT_WRITE imply FAT_WRITE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment