From fd0f6812296de850dd39f6739914cc142b41bf03 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 17 Oct 2023 00:57:25 +0000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78394 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/mainboard/google/brox/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 70a9735f58..f5e481e490 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -51,7 +51,6 @@ config BOARD_GOOGLE_BASEBOARD_BROX select TPM_GOOGLE_CR50 config BOARD_GOOGLE_BROX - bool "-> Brox" select BOARD_GOOGLE_BASEBOARD_BROX if BOARD_GOOGLE_BROX_COMMON