summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-16 23:50:01 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-18 11:48:21 +0000
commit59eb2fdb6b06618311ef118996ca8c1d28a85ffc (patch)
tree2647637fa0ef20a6be465d7f78627de6f390758f
parent360d94745feea766de7ef19487ba9158221faca0 (diff)
downloadcoreboot-59eb2fdb6b06618311ef118996ca8c1d28a85ffc.tar.gz
coreboot-59eb2fdb6b06618311ef118996ca8c1d28a85ffc.tar.bz2
coreboot-59eb2fdb6b06618311ef118996ca8c1d28a85ffc.zip
ec/hp/kbc1126: Include early_init.c in bootblock
Change-Id: I198709efe1eb5d2022d0fbd640901238e696eaa6 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36885 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r--src/ec/hp/kbc1126/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/hp/kbc1126/Makefile.inc b/src/ec/hp/kbc1126/Makefile.inc
index 83b78f01128e..a70a223d2411 100644
--- a/src/ec/hp/kbc1126/Makefile.inc
+++ b/src/ec/hp/kbc1126/Makefile.inc
@@ -53,6 +53,7 @@ ifeq ($(CONFIG_KBC1126_FIRMWARE),)
endif
ramstage-y += ec.c
+bootblock-y += early_init.c
romstage-y += early_init.c
endif