UPSTREAM: lib: Build reg_script for bootblock
Allow reg_script to be used during the bootblock. TEST=Build and run on Galileo Gen2 BUG=None BRANCH=None TEST=None Change-Id: I55fe0be3f50116927b801ce67a3f23bb1931f6e7 Original-Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Original-Reviewed-on: https://review.coreboot.org/15131 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/351372 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
2842b25b32
commit
1db3825b95
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ bootblock-y += hexdump.c
|
|||
ramstage-y += hexdump.c
|
||||
romstage-y += hexdump.c
|
||||
|
||||
bootblock-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
verstage-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
romstage-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
ramstage-$(CONFIG_REG_SCRIPT) += reg_script.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue