mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
configs: stm32f4xx: Remove CONFIG_SYS_RAM_FREQ_DIV
Since commit bfea69ad27
("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>
This commit is contained in:
parent
8e53ee1461
commit
e95c98182b
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue