All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
@ 2021-12-13  3:51 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2021-12-13  3:51 UTC (permalink / raw)
  To: u-boot

This converts the following to Kconfig:
   CONFIG_ZYNQMP_PSU_INIT_ENABLED

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/xilinx_zynqmp.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index e21480578750..d683d12e95b9 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -39,10 +39,6 @@
 # define CONFIG_SYS_MAX_NAND_DEVICE	1
 #endif
 
-#if defined(CONFIG_SPL_BUILD)
-#define CONFIG_ZYNQMP_PSU_INIT_ENABLED
-#endif
-
 /* Miscellaneous configurable options */
 
 #if defined(CONFIG_ZYNQMP_USB)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-13  3:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  3:51 [PATCH] Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.