board: eets: pdu001: Fix wrong default value in Kconfig
authorEugeniu Rosca <roscaeugeniu@gmail.com>
Sat, 19 May 2018 12:13:51 +0000 (14:13 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 May 2018 12:53:11 +0000 (08:53 -0400)
commitceddd3e9a53953e65166ec1b04be37029bcd8dd6
tree5525cc3d47e69f89847e8b7c2dc2ef9f1ecbdb70
parente91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815
board: eets: pdu001: Fix wrong default value in Kconfig

After importing linux v4.16-rc1 commit 2c37e08464a8 ("kconfig: Warn if
choice default is not in choice"), Kconfig complains:

scripts/kconfig/conf  --syncconfig Kconfig
board/eets/pdu001/Kconfig:22:warning:        \
  choice default symbol 'PDU001_RUN_LED_RED' \
  is not contained in the choice

This looks to be caused by a typo. Fix it.

Fixes: 85ab0452fefc ("arm: add support for PDU001")
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Felix Brack <fb@ltec.ch>
Tested-by: Felix Brack <fb@ltec.ch>
board/eets/pdu001/Kconfig