From 0853055ef7642ef1bff6beeb8a3f3348343e4d44 Mon Sep 17 00:00:00 2001 From: Mario Scheithauer Date: Tue, 14 Mar 2017 14:27:29 +0100 Subject: siemens/mc_apl1: Clean up the code This patch make some general adaptations in relation to commit 6a489237 (mainboard/intel/leafhill: Clean up). - add necessary defaults to Kconfig - remove irrelevant entries from FMD file - include romstage file for better understanding Change-Id: I190d648a7ffeca11acc6560db85ff03c78e85b21 Signed-off-by: Mario Scheithauer Reviewed-on: https://review.coreboot.org/18808 Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov Reviewed-by: Werner Zeh Reviewed-by: Paul Menzel --- src/mainboard/siemens/mc_apl1/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/siemens/mc_apl1/Makefile.inc') diff --git a/src/mainboard/siemens/mc_apl1/Makefile.inc b/src/mainboard/siemens/mc_apl1/Makefile.inc index 9e3e892f66..b4ab8a403c 100644 --- a/src/mainboard/siemens/mc_apl1/Makefile.inc +++ b/src/mainboard/siemens/mc_apl1/Makefile.inc @@ -1,3 +1,8 @@ bootblock-y += bootblock.c +# The inclusion of romstage.c is not necessary here. +# It is put down only to the better understanding. +# The file is already included over src/arch/x86/Makefile.inc. +romstage-y += romstage.c + ramstage-y += mainboard.c -- cgit v1.2.3