board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 10 Apr 2020 17:14:01 +0000 (19:14 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Wed, 15 Apr 2020 07:10:12 +0000 (09:10 +0200)
commit71ba2cb0d678d2c29dadd5fcca61ce3942876ee6
tree0c4f02f7915bce3a3e74a70f557db82de5bba41a
parentc5f3c63fb42961edadf06623b53372580c3f9043
board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED

Use the correct macro to test presence CONFIG_LED:
replace CONFIG_IS_ENABLED(CONFIG_LED) by CONFIG_IS_ENABLED(LED)

Issue see during review unrelated patch
"board: stm32mp1: update management of boot-led"
http://patchwork.ozlabs.org/patch/1264823/

Cc: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
board/dhelectronics/dh_stm32mp1/board.c
board/st/stm32mp1/stm32mp1.c