commit | 70f852750774b3f7594419b239820f6865b34702 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Wed Apr 22 13:18:10 2020 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Thu May 14 09:02:12 2020 +0200 |
tree | 8063ed6cd9e3be514691f100a012d2f6fb13d648 | |
parent | 5ce415ab81dcecccd3569ce670307e0d7a2a416d [diff] |
ARM: stm32: Add board_early_init_f() to SPL Add weak implementation of board_early_init_f() hook into the STM32MP1 SPL. This can be used to read out e.g. configuration straps before initializing the DRAM. Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Cc: Patrick Delaunay <patrick.delaunay@st.com> Cc: Patrice Chotard <patrice.chotard@st.com>