aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/kbl-u/Makefile.inc
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-12-12 01:51:41 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-20 00:02:09 +0000
commitccceb2250eeb820fccfb62d1f3ab407582d2e79f (patch)
treeeca456b4eeaf585d22c9a00cf1af32afa6ff6112 /src/mainboard/clevo/kbl-u/Makefile.inc
parent1a0071c7115819302c7df3fa2c07b1ca971e515d (diff)
mb/clevo/kbl-u: drop duplicated configuration of UART pads
UART pads already get configured in bootblock by the UART driver in soc code. Thus, drop the duplicated code from the mainboard. Change-Id: I95565a74e19d693a7d5ead81e72592cc4ca2038c Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48594 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/clevo/kbl-u/Makefile.inc')
-rw-r--r--src/mainboard/clevo/kbl-u/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/clevo/kbl-u/Makefile.inc b/src/mainboard/clevo/kbl-u/Makefile.inc
index b424d4da19..aeb584438b 100644
--- a/src/mainboard/clevo/kbl-u/Makefile.inc
+++ b/src/mainboard/clevo/kbl-u/Makefile.inc
@@ -2,9 +2,6 @@
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
-bootblock-y += bootblock.c
-bootblock-y += variants/$(VARIANT_DIR)/gpio_early.c
-
ramstage-y += ramstage.c
ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c
ramstage-y += variants/$(VARIANT_DIR)/gpio.c