commit | 7fd65ef5528ea561e19d7186837c6e39622a9c2e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:34 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:45 2018 -0500 |
tree | 669841bfcb46b86c66988709c25d45c58dcb2948 | |
parent | 791651e39076e42e7de6f47fac4a885a075e4e13 [diff] |
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>