From: Patrice Chotard <patrice.chotard@st.com>
Date: Fri, 3 Aug 2018 09:46:13 +0000 (+0200)
Subject: configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CS
X-Git-Tag: v2025.01-rc5-pxa1908~3759
X-Git-Url: http://git.dujemihanovic.xyz/img/html/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=042ac0881c3458fc1ea584c0ef9b638da69dae28;p=u-boot.git

configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CS

This flag is not used, remove it.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index e0f604db0e..38af704c3b 100644
--- a/include/configs/stm32f429-discovery.h
+++ b/include/configs/stm32f429-discovery.h
@@ -20,7 +20,6 @@
  * Configuration of the external SDRAM memory
  */
 #define CONFIG_NR_DRAM_BANKS		1
-#define CONFIG_SYS_RAM_CS		1
 #define CONFIG_SYS_RAM_FREQ_DIV		2
 #define CONFIG_SYS_LOAD_ADDR		0x90400000
 #define CONFIG_LOADADDR			0x90400000