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/sifive/hifive-unleashed/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/sifive') diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index e678fbdf62..c68ec8eb8c 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -14,7 +14,6 @@ config HEAP_SIZE default 0x10000 config MAINBOARD_DIR - string default "sifive/hifive-unleashed" config MAINBOARD_PART_NUMBER -- cgit v1.2.3