From 3588d7b76f467c24ae181ace7546ba19b8fcc416 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 17 Jun 2020 17:47:40 +0200 Subject: mb/*/*/Kconfig: guard board name in quotes New kconfig dislikes unquoted slashes. Change-Id: Ief242de081071021b9c904a24535d025f6674270 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/42480 Reviewed-by: Paul Menzel Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/dell/optiplex_9010/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/dell') diff --git a/src/mainboard/dell/optiplex_9010/Kconfig b/src/mainboard/dell/optiplex_9010/Kconfig index 4179f64b1f..3f5893c81c 100644 --- a/src/mainboard/dell/optiplex_9010/Kconfig +++ b/src/mainboard/dell/optiplex_9010/Kconfig @@ -22,7 +22,7 @@ config BOARD_SPECIFIC_OPTIONS config MAINBOARD_DIR string - default dell/optiplex_9010 + default "dell/optiplex_9010" config MAINBOARD_PART_NUMBER string -- cgit v1.2.3