aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-11-24 13:57:48 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-28 12:58:28 +0000
commit1b0d75177724ae00df399ffca36fd716b294063f (patch)
tree95382f066f9f1aa3e17204c32f85248f844e4d49 /src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
parentddd44f4fe9f45dfcdb2467073b4faf1fdb03ce47 (diff)
mb/supermicro/x11-lga1151-series: configure gpios in mainboard init
Move gpio configuration from the Fsp callback to mainboard init. Tested successfully on X11SSM-F. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Change-Id: If2a54c75c5243d94cdc025c597ee347820b35d32 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48086 Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro/x11-lga1151-series/Makefile.inc')
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc b/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
index d64fcb35ec..f9b4e9890b 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
+++ b/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
@@ -2,7 +2,7 @@
bootblock-y += bootblock.c
-ramstage-y += ramstage.c
+ramstage-y += mainboard.c
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include