summaryrefslogtreecommitdiff
path: root/include/configs/stm32f429-discovery.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-12-12 11:49:34 +0300
committerTom Rini <trini@konsulko.com>2018-01-10 16:05:45 +0300
commit7fd65ef5528ea561e19d7186837c6e39622a9c2e (patch)
tree669841bfcb46b86c66988709c25d45c58dcb2948 /include/configs/stm32f429-discovery.h
parent791651e39076e42e7de6f47fac4a885a075e4e13 (diff)
downloadu-boot-7fd65ef5528ea561e19d7186837c6e39622a9c2e.tar.xz
board: stm32f429-discovery: switch to DM STM32 sdram driver
Use available DM stm32_sdram.c driver instead of board SDRAM initialization. For that, enable OF_CONTROL, OF_EMBED and STM32_SDRAM flags. 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 024d75af3b..317b9344a1 100644
--- a/include/configs/stm32f429-discovery.h
+++ b/include/configs/stm32f429-discovery.h
@@ -24,7 +24,6 @@
* Configuration of the external SDRAM memory
*/
#define CONFIG_NR_DRAM_BANKS 1
-#define CONFIG_SYS_RAM_SIZE (8 << 20)
#define CONFIG_SYS_RAM_CS 1
#define CONFIG_SYS_RAM_FREQ_DIV 2
#define CONFIG_SYS_RAM_BASE 0xD0000000