diff options
author | Patrice Chotard | 2018-08-03 11:46:13 +0200 |
---|---|---|
committer | Tom Rini | 2018-08-13 14:03:57 -0400 |
commit | 042ac0881c3458fc1ea584c0ef9b638da69dae28 (patch) | |
tree | 2d08f4657082fda4a8b1f032168d6039940fc761 /include | |
parent | d91fb53903cbc33420d9323a3ab38b8556263796 (diff) |
configs: stm32f429-disco: Remove CONFIG_SYS_RAM_CS
This flag is not used, remove it.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stm32f429-discovery.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index e0f604db0e2..38af704c3b9 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 |