From 6a489237d5686828f26d7e452824374df7fb5708 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Thu, 23 Feb 2017 14:10:11 -0800 Subject: mainboard/intel/leafhill: Clean up This patch tries to clean the code by: o removing duplication of LPC GPIO pads o removing incorrect definitions from devicetree o removing irrelevant entries from FMD file Also adds vital defaults in Kconfig so it is possible to build an image. Change-Id: Id9913f3b053189166392271152ce5300d82a7de8 Signed-off-by: Andrey Petrov Reviewed-on: https://review.coreboot.org/18479 Tested-by: build bot (Jenkins) --- src/mainboard/intel/leafhill/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/intel/leafhill/Makefile.inc') diff --git a/src/mainboard/intel/leafhill/Makefile.inc b/src/mainboard/intel/leafhill/Makefile.inc index 9e3e892f66..c3077e7c7e 100644 --- a/src/mainboard/intel/leafhill/Makefile.inc +++ b/src/mainboard/intel/leafhill/Makefile.inc @@ -1,3 +1,4 @@ bootblock-y += bootblock.c +romstage-y += romstage.c ramstage-y += mainboard.c -- cgit v1.2.3