projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3759df0
)
arm: zynq: Enable SPL_CLK only if SPL is enabled
author
Ezequiel Garcia
<ezequiel@vanguardiasur.com.ar>
Fri, 12 Jan 2018 15:33:24 +0000
(12:33 -0300)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 24 Jan 2018 10:45:06 +0000
(11:45 +0100)
Setup proper dependency in Kconfig for SPL_CLK.
If SPL is not enabled, SPL_CLK shouldn't be selected.
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
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 001ece3cf140815f3f7c69f3938e463f1dabc123..875907c7e835f3969072a836c50478a7b3cdc2f8 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-790,7
+790,7
@@
config ARCH_ZYNQ
select DM_USB if USB
select BLK
select CLK
- select SPL_CLK
+ select SPL_CLK
if SPL
select CLK_ZYNQ
imply CMD_CLK
imply FAT_WRITE