]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 31 Jul 2020 14:31:46 +0000 (16:31 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 13 Aug 2020 07:52:49 +0000 (09:52 +0200)
commit75f9b190e4086d683ccde5cffe2144437d7501c5
tree8de2153c5c225131dd6373a31002d6085d63e697
parent3434bbe698427bcc27e98e7e04929e72d59ccbcd
board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf

Use CONFIG_IS_ENABLED to prevent ifdef in set_dfu_alt_inf.

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