Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78394?usp=email )
Change subject: mb/google/brox/Kconfig: Don't redefine config option ......................................................................
mb/google/brox/Kconfig: Don't redefine config option
Commit 9b230ae2955 introduced a redefinition of the config option `BOARD_GOOGLE_BROX`, which is already defined in Kconfig.name accordingly and thus causing a Kconfig warning. Fix that by removing the type redefinition.
Change-Id: Iea6219a686a23d8d48a0bfb6ac642efd482fded9 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/google/brox/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/78394/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 70a9735..f5e481e 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -51,7 +51,6 @@ select TPM_GOOGLE_CR50
config BOARD_GOOGLE_BROX - bool "-> Brox" select BOARD_GOOGLE_BASEBOARD_BROX
if BOARD_GOOGLE_BROX_COMMON