From 900ecbf6e1772fa0c73f4152a6a35f6a4c6c907a Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Tue, 5 Sep 2017 18:00:31 -0700 Subject: soc/intel/cannonlake: remove duplicate uart.c from bootblock There was already a uart.c added to bootblock. Remove the duplicate addition. Change-Id: I2d420ff7437d25a596ee9a120964f8d4bc413bc4 Signed-off-by: Nick Vaccaro Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/21410 Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc index d3fd5f2e8c..f75a669266 100644 --- a/src/soc/intel/cannonlake/Makefile.inc +++ b/src/soc/intel/cannonlake/Makefile.inc @@ -7,7 +7,6 @@ subdirs-y += ../../../cpu/x86/lapic subdirs-y += ../../../cpu/x86/mtrr subdirs-y += ../../../cpu/x86/tsc -bootblock-$(CONFIG_DRIVERS_UART_8250MEM) += uart.c bootblock-y += bootblock/bootblock.c bootblock-y += bootblock/cpu.c bootblock-y += bootblock/pch.c -- cgit v1.2.3