summaryrefslogtreecommitdiffstats
path: root/src/mainboard/siemens/mc_apl1/Makefile.inc
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2017-03-14 14:27:29 +0100
committerWerner Zeh <werner.zeh@siemens.com>2017-03-15 13:53:57 +0100
commit0853055ef7642ef1bff6beeb8a3f3348343e4d44 (patch)
treeb152320e7a1c5df31ed17fdf199f11eaf3663a0b /src/mainboard/siemens/mc_apl1/Makefile.inc
parent70bb05715ad0fa8edecb2185e1c1373c76ee2128 (diff)
downloadcoreboot-0853055ef7642ef1bff6beeb8a3f3348343e4d44.tar.gz
coreboot-0853055ef7642ef1bff6beeb8a3f3348343e4d44.tar.bz2
coreboot-0853055ef7642ef1bff6beeb8a3f3348343e4d44.zip
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 <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/18808 Tested-by: build bot (Jenkins) Reviewed-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/Makefile.inc')
-rw-r--r--src/mainboard/siemens/mc_apl1/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Makefile.inc b/src/mainboard/siemens/mc_apl1/Makefile.inc
index 9e3e892f66d9..b4ab8a403cec 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