commit | b59d10fa8901f3663e5f16b2bbae67e95869988a | [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 | 48b7a04ed8d300d57877ed7acb6eed0e3339cdf1 [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>