From: Eugeniu Rosca Date: Sat, 19 May 2018 12:13:51 +0000 (+0200) Subject: board: eets: pdu001: Fix wrong default value in Kconfig X-Git-Tag: v2018.07-rc1~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ceddd3e9a53953e65166ec1b04be37029bcd8dd6;p=u-boot 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 Reviewed-by: Masahiro Yamada Reviewed-by: Felix Brack Tested-by: Felix Brack --- diff --git a/board/eets/pdu001/Kconfig b/board/eets/pdu001/Kconfig index f28ba6e7bf..e64ae28875 100644 --- a/board/eets/pdu001/Kconfig +++ b/board/eets/pdu001/Kconfig @@ -19,7 +19,7 @@ config SYS_CONFIG_NAME choice prompt "State of Run LED" - default PDU001_RUN_LED_RED + default RUN_LED_RED help The PDU001 has a bi-color (red/green) LED labeled 'Run' which can be used to indicate the operating state of the board. By