From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 13 Feb 2019 13:00:06 +0000 (+0100)
Subject: arm64: zynqmp: Remove SPD related configurations
X-Git-Tag: v2025.01-rc5-pxa1908~3122^2~11
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=f6b71d830f96e36efde398eb79cae0a1bb495c0f;p=u-boot.git

arm64: zynqmp: Remove SPD related configurations

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>
---

diff --git a/include/configs/xilinx_zynqmp_zcu102.h b/include/configs/xilinx_zynqmp_zcu102.h
index dfa1f7a0a9..9ebf0b5ed7 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 */