commit | 915bd1ad5856e5c45a70709574dff563e06b6243 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Nov 24 10:52:19 2021 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Nov 30 16:43:28 2021 +0100 |
tree | a70da7c710cc8ad2cedd4ef9d570ebc68f4ef3ad | |
parent | df7fe21f735937dac26987a17e8efa45cc6bae07 [diff] |
ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup Since the commit f42045b2e750 ("stm32mp15: replace CONFIG_TFABOOT when it is possible") the function stm32mp1_ddr_setup is always called so the __maybe_unused can be removed. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>