commit | 1d48f3842f27b4a1d8faad28e83f6bfc6641346f | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:36 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:46 2018 -0500 |
tree | f96f9524b95335b57b63bc0430a01c6b403b3395 | |
parent | b5652b712b8b4e080a3da23144de94dc4d5b1796 [diff] |
configs: stm32f429-disco: enable MISC, STM32_RCC, DM_RESET and STM32_RESET This allows to support rcc MFD driver. By enabling all these flags, we need to increase malloc area to avoid crash during early stage. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>