Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36885 )
Change subject: ec/hp/kbc1126: Include early_init.c in bootblock ......................................................................
ec/hp/kbc1126: Include early_init.c in bootblock
Change-Id: I198709efe1eb5d2022d0fbd640901238e696eaa6 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/ec/hp/kbc1126/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/36885/1
diff --git a/src/ec/hp/kbc1126/Makefile.inc b/src/ec/hp/kbc1126/Makefile.inc index 83b78f0..a70a223 100644 --- a/src/ec/hp/kbc1126/Makefile.inc +++ b/src/ec/hp/kbc1126/Makefile.inc @@ -53,6 +53,7 @@ endif
ramstage-y += ec.c +bootblock-y += early_init.c romstage-y += early_init.c
endif
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36885 )
Change subject: ec/hp/kbc1126: Include early_init.c in bootblock ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/36885 )
Change subject: ec/hp/kbc1126: Include early_init.c in bootblock ......................................................................
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 --- M src/ec/hp/kbc1126/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved
diff --git a/src/ec/hp/kbc1126/Makefile.inc b/src/ec/hp/kbc1126/Makefile.inc index 83b78f0..a70a223 100644 --- a/src/ec/hp/kbc1126/Makefile.inc +++ b/src/ec/hp/kbc1126/Makefile.inc @@ -53,6 +53,7 @@ endif
ramstage-y += ec.c +bootblock-y += early_init.c romstage-y += early_init.c
endif