projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24124ab
)
arm64: zynqmp: Enable SPL_CLK when SPL is enabled
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 1 Dec 2017 14:13:36 +0000
(15:13 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 14 Dec 2017 19:08:21 +0000
(20:08 +0100)
Setup proper dependency in Kconfig for SPL_CLK.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 73909952d0e692df5944b72ba9aa4d4deedf8842..f2c35e32c64948bdc3e8d030658aab3943aaa1de 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-773,7
+773,7
@@
config ARCH_ZYNQMP
select SUPPORT_SPL
select CLK
select SPL_BOARD_INIT if SPL
- select SPL_CLK
+ select SPL_CLK
if SPL
select DM_USB if USB
imply FAT_WRITE