diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-16 23:50:01 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-18 11:48:21 +0000 |
commit | 59eb2fdb6b06618311ef118996ca8c1d28a85ffc (patch) | |
tree | 2647637fa0ef20a6be465d7f78627de6f390758f /src/ec/hp | |
parent | 360d94745feea766de7ef19487ba9158221faca0 (diff) |
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>
Diffstat (limited to 'src/ec/hp')
-rw-r--r-- | src/ec/hp/kbc1126/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/hp/kbc1126/Makefile.inc b/src/ec/hp/kbc1126/Makefile.inc index 83b78f0112..a70a223d24 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 |