mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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>
This commit is contained in:
parent
e91610da7c
commit
ceddd3e9a5
@ -19,7 +19,7 @@ config SYS_CONFIG_NAME
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "State of Run LED"
|
prompt "State of Run LED"
|
||||||
default PDU001_RUN_LED_RED
|
default RUN_LED_RED
|
||||||
help
|
help
|
||||||
The PDU001 has a bi-color (red/green) LED labeled 'Run' which
|
The PDU001 has a bi-color (red/green) LED labeled 'Run' which
|
||||||
can be used to indicate the operating state of the board. By
|
can be used to indicate the operating state of the board. By
|
||||||
|
Loading…
x
Reference in New Issue
Block a user