commit | 6eef52514f776937271132c3ee6109ef0e7bbc71 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Dec 10 17:04:40 2021 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Dec 14 09:25:19 2021 +0100 |
tree | 5f342a50ac42553d181ae051c9403d1e9f325191 | |
parent | cd16df3dd9dc5d46a9b04e0a7f0c50ccb8fbaa08 [diff] |
refactor(stm32mp1): move stm32_save_boot_interface() The function stm32_save_boot_interface()is moved to stm32mp1_private.c file. The files stm32mp1_context.{c,h} are removed. As return is always 0, change the function to return void. Call it earlier, to be able to use it when configuring console. Change-Id: I8986e1257dc8e8708eab044a51ea1f2426b16597 Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>