From 8cc4c5a1e76c0c8aee3a14618c15d38e3bd2bd61 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 7 Jun 2021 17:33:10 +0200 Subject: config.dell_optiplex_9010_sff: Specify board model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `CONFIG_BOARD_DELL_OPTIPLEX_9010=y` to avoid issues when other Dell mainboards get added. Change-Id: Ice2073a3073a345aeb9ead7398cb4129453dd5ba Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55274 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Michael Niewöhner --- configs/config.dell_optiplex_9010_sff | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/config.dell_optiplex_9010_sff b/configs/config.dell_optiplex_9010_sff index e25653e1486e..b0ef91b09ebb 100644 --- a/configs/config.dell_optiplex_9010_sff +++ b/configs/config.dell_optiplex_9010_sff @@ -1,6 +1,7 @@ CONFIG_USE_OPTION_TABLE=y CONFIG_USE_BLOBS=y CONFIG_VENDOR_DELL=y +CONFIG_BOARD_DELL_OPTIPLEX_9010=y CONFIG_ONBOARD_VGA_IS_PRIMARY=y # CONFIG_DRIVERS_UART_8250IO is not set CONFIG_PCIEXP_CLK_PM=y -- cgit v1.2.3