From ee3d09b48ed572df059de50537e6ba0e4afbfbf1 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Jul 2021 11:44:04 +0200 Subject: mb/*: Specify type of `VARIANT_DIR` once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify the type of the `VARIANT_DIR` Kconfig symbol once instead of doing so on each and every mainboard. Change-Id: Iea2f992a59e41e00fec3cdc9d6a13b5f3ab0a437 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/56558 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Felix Singer Reviewed-by: Paul Fagerburg Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/google/deltaur/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/deltaur') diff --git a/src/mainboard/google/deltaur/Kconfig b/src/mainboard/google/deltaur/Kconfig index 7ce87cff37..7ed70ac462 100644 --- a/src/mainboard/google/deltaur/Kconfig +++ b/src/mainboard/google/deltaur/Kconfig @@ -73,7 +73,6 @@ config UART_FOR_CONSOLE default 2 config VARIANT_DIR - string default "deltan" if BOARD_GOOGLE_DELTAN default "deltaur" if BOARD_GOOGLE_DELTAUR -- cgit v1.2.3