configs: stm32f4xx: Remove CONFIG_SYS_RAM_FREQ_DIV
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 3 Aug 2018 09:46:17 +0000 (11:46 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:03:57 +0000 (14:03 -0400)
Since commit bfea69ad2793 ("stm32f7: sdram: correct sdram
configuration as per micron sdram"), CONFIG_SYS_RAM_FREQ_DIV
flag is no more used, remove it.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
include/configs/stm32f429-discovery.h
include/configs/stm32f429-evaluation.h
include/configs/stm32f469-discovery.h

index 90d7429e706b3f46adbf1f81359081696785fc04..b8848f16106a89ad6a9c5ec0b0db049bb112c327 100644 (file)
@@ -17,7 +17,6 @@
  * Configuration of the external SDRAM memory
  */
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_SYS_RAM_FREQ_DIV                2
 #define CONFIG_SYS_LOAD_ADDR           0x90400000
 #define CONFIG_LOADADDR                        0x90400000
 
index d48940d0c884c2f29adbbfc5ac5437295fdc6ad0..ab730e1a47dd0f5188f9e6e72f4a13d15b059013 100644 (file)
@@ -17,7 +17,6 @@
  * Configuration of the external SDRAM memory
  */
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_SYS_RAM_FREQ_DIV                2
 #define CONFIG_SYS_LOAD_ADDR           0x00400000
 #define CONFIG_LOADADDR                        0x00400000
 
index be8c2331566b6ddf861bda7153655c1657522d8d..3e4e89bc40787f5be9de09b31875c024a3356484 100644 (file)
@@ -17,7 +17,6 @@
  * Configuration of the external SDRAM memory
  */
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_SYS_RAM_FREQ_DIV                2
 #define CONFIG_SYS_LOAD_ADDR           0x00400000
 #define CONFIG_LOADADDR                        0x00400000