aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-12 22:58:31 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commited35de6170133cb383997b14981e0c44c96d7cea (patch)
tree4af24aa494b3a8144c604c0116a4de6d8e2f5804 /include
parent068c41f1cc777caf0221da63b0264249d73c2eba (diff)
downloadu-boot-ed35de6170133cb383997b14981e0c44c96d7cea.zip
u-boot-ed35de6170133cb383997b14981e0c44c96d7cea.tar.gz
u-boot-ed35de6170133cb383997b14981e0c44c96d7cea.tar.bz2
Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
This converts the following to Kconfig: CONFIG_ZYNQMP_PSU_INIT_ENABLED Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/xilinx_zynqmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index e214805..d683d12 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)