diff mbox series

[U-Boot,2/3] arm64: zynqmp: Remove SPD related configurations

Message ID d3e1986793e4b811488104fe28736158a334d152.1550064134.git.michal.simek@xilinx.com
State Accepted
Commit f6b71d830f96e36efde398eb79cae0a1bb495c0f
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/3] arm64: zynqmp: Fix logic around CONFIG_ZYNQ_SDHCI | expand

Commit Message

Michal Simek Feb. 13, 2019, 1:22 p.m. UTC
SPD autodetection hasn't been enabled that's why there is zero size
difference if that options are enabled/disabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/xilinx_zynqmp_zcu102.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/xilinx_zynqmp_zcu102.h b/include/configs/xilinx_zynqmp_zcu102.h
index dfa1f7a0a9b7..9ebf0b5ed79e 100644
--- a/include/configs/xilinx_zynqmp_zcu102.h
+++ b/include/configs/xilinx_zynqmp_zcu102.h
@@ -9,9 +9,6 @@ 
 #ifndef __CONFIG_ZYNQMP_ZCU102_H
 #define __CONFIG_ZYNQMP_ZCU102_H
 
-#define CONFIG_SPD_EEPROM
-#define CONFIG_DDR_SPD
-
 #include <configs/xilinx_zynqmp.h>
 
 #endif /* __CONFIG_ZYNQMP_ZCU102_H */