]> git.baikalelectronics.ru Git - uboot.git/commit
ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 24 Nov 2021 09:52:19 +0000 (10:52 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 30 Nov 2021 15:43:28 +0000 (16:43 +0100)
commit7c2d6b72034edd19921a9b63cbe89a80e415fbbd
treea70da7c710cc8ad2cedd4ef9d570ebc68f4ef3ad
parent32d697237df3b490cccf3d8aa21392599eef36a9
ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup

Since the commit 73efa9f897f9 ("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>
drivers/ram/stm32mp1/stm32mp1_ram.c