[PATCH] Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
Tom Rini
trini at konsulko.com
Mon Dec 13 04:51:58 CET 2021
This converts the following to Kconfig:
CONFIG_ZYNQMP_PSU_INIT_ENABLED
Signed-off-by: Tom Rini <trini at 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
More information about the U-Boot
mailing list