aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32f429-discovery.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 11:46:13 +0200
committerTom Rini <trini@konsulko.com>2018-08-13 14:03:57 -0400
commit042ac0881c3458fc1ea584c0ef9b638da69dae28 (patch)
tree2d08f4657082fda4a8b1f032168d6039940fc761 /include/configs/stm32f429-discovery.h
parentd91fb53903cbc33420d9323a3ab38b8556263796 (diff)
downloadu-boot-042ac0881c3458fc1ea584c0ef9b638da69dae28.zip
u-boot-042ac0881c3458fc1ea584c0ef9b638da69dae28.tar.gz
u-boot-042ac0881c3458fc1ea584c0ef9b638da69dae28.tar.bz2
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/configs/stm32f429-discovery.h')
-rw-r--r--include/configs/stm32f429-discovery.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h
index e0f604d..38af704 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