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>
This commit is contained in:
Arthur Heymans 2019-11-16 23:50:01 +01:00 committed by Patrick Georgi
parent 360d94745f
commit 59eb2fdb6b
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ ifeq ($(CONFIG_KBC1126_FIRMWARE),)
endif endif
ramstage-y += ec.c ramstage-y += ec.c
bootblock-y += early_init.c
romstage-y += early_init.c romstage-y += early_init.c
endif endif