board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 31 Jul 2020 14:31:48 +0000 (16:31 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 13 Aug 2020 07:52:49 +0000 (09:52 +0200)
commit72b099897a61ce87cf95c88344690e1b8bf92142
tree1e0a2368daf5e3174dbb0d41b045fece1322ae30
parente817c8eca5a25762f44adf3871bae13af39215d4
board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init

Use IS_ENABLED to prevent ifdef in board_late_init.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
board/st/stm32mp1/stm32mp1.c