From 2c03ffc8df73fe95d8365f69070169af2be9b715 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Jul 2021 11:11:02 +0200 Subject: mb/*: Specify type of `MAINBOARD_PART_NUMBER` once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify the type of the `MAINBOARD_PART_NUMBER` Kconfig symbol once instead of doing so on each and every mainboard. Change-Id: I3692f9e82fe90af4d0da1d037018a20aa1b45793 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/56554 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Frans Hendriks Reviewed-by: Felix Singer Reviewed-by: Paul Fagerburg Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/google/rambi/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/rambi') diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 0b05485577..749548edde 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -46,7 +46,6 @@ config VARIANT_DIR default "winky" if BOARD_GOOGLE_WINKY config MAINBOARD_PART_NUMBER - string default "Banjo" if BOARD_GOOGLE_BANJO default "Candy" if BOARD_GOOGLE_CANDY default "Clapper" if BOARD_GOOGLE_CLAPPER -- cgit v1.2.3