diff options
author | Felix Singer <felixsinger@posteo.net> | 2020-11-22 17:22:53 +0000 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-24 21:41:40 +0000 |
commit | 12e5fda49602812b85f9be76eaecdfe4954544bc (patch) | |
tree | 6b9732f759dad42fc42c6e7d709691efdb70c778 /src/mainboard/kontron/bsl6/Makefile.inc | |
parent | f84e304ea1e22228872c092bf2292d5e3078db24 (diff) |
mb/kontron/bsl6: Move GPIO configuration to C file
Change-Id: I008de1bf91ba97ee5eefbde11947c73059fff5f7
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47851
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/kontron/bsl6/Makefile.inc')
-rw-r--r-- | src/mainboard/kontron/bsl6/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/bsl6/Makefile.inc b/src/mainboard/kontron/bsl6/Makefile.inc index 49c9a6c570..5164272950 100644 --- a/src/mainboard/kontron/bsl6/Makefile.inc +++ b/src/mainboard/kontron/bsl6/Makefile.inc @@ -6,6 +6,6 @@ bootblock-y += bootblock.c romstage-y += variants/$(VARIANT_DIR)/romstage.c +ramstage-y += gpio.c ramstage-y += ramstage.c - ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads |