From 9cddae151af30339790748cc0ff40df47e24f019 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Jul 2021 11:01:50 +0200 Subject: mb/*: Specify type of `MAINBOARD_DIR` once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specify the type of the `MAINBOARD_DIR` Kconfig symbol once instead of doing so on each and every mainboard. Change-Id: If1cc538b0c4938dac193699897b690e402b3c1e8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/56553 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/system76/gaze15/Kconfig | 1 - src/mainboard/system76/lemp9/Kconfig | 1 - src/mainboard/system76/oryp5/Kconfig | 1 - src/mainboard/system76/oryp6/Kconfig | 1 - src/mainboard/system76/whl-u/Kconfig | 1 - 5 files changed, 5 deletions(-) (limited to 'src/mainboard/system76') diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index 7d3d9a60f0..4108c3eeb0 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS select SYSTEM_TYPE_LAPTOP config MAINBOARD_DIR - string default "system76/gaze15" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index b75a55d19e..ae6d00e557 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS select USE_LEGACY_8254_TIMER # Fix failure to boot GRUB config MAINBOARD_DIR - string default "system76/lemp9" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/system76/oryp5/Kconfig b/src/mainboard/system76/oryp5/Kconfig index dd993f7eac..65c0a684c8 100644 --- a/src/mainboard/system76/oryp5/Kconfig +++ b/src/mainboard/system76/oryp5/Kconfig @@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS select SYSTEM_TYPE_LAPTOP config MAINBOARD_DIR - string default "system76/oryp5" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 1075aeb7e8..921ea7a1a2 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS select SYSTEM_TYPE_LAPTOP config MAINBOARD_DIR - string default "system76/oryp6" config MAINBOARD_PART_NUMBER diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig index dd27f22dcf..81e40d3d55 100644 --- a/src/mainboard/system76/whl-u/Kconfig +++ b/src/mainboard/system76/whl-u/Kconfig @@ -22,7 +22,6 @@ config BOARD_SPECIFIC_OPTIONS select SYSTEM_TYPE_LAPTOP config MAINBOARD_DIR - string default "system76/whl-u" config VARIANT_DIR -- cgit v1.2.3