security/intel/cbnt: Fix ibbhash command line
Using brackets here seems to break the build for _some_ environments. Removing the brackets fixes it and works just fine. Change-Id: I965b0356337fe74281e7f410fd2bf95c9d96ea93 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51974 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Deomid "rojer" Ryabkov <rojer9@fb.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
0d9829dc05
commit
647e2c9029
|
@ -49,7 +49,7 @@ $(obj)/bpm_unsigned.bin: $(obj)/coreboot.rom $(BG_PROV)
|
|||
--pbet=$(CONFIG_INTEL_CBNT_PBET) \
|
||||
--ibbflags=$(CONFIG_INTEL_CBNT_IBB_FLAGS) \
|
||||
--entrypoint=$(shell printf "%d" 0xfffffff0) \
|
||||
--ibbhash={11,4,12} \
|
||||
--ibbhash=11,4,12 \
|
||||
--ibbsegbase=$(call int-add, $(call int-subtract, 0xffffffff $(CONFIG_C_ENV_BOOTBLOCK_SIZE)) 1) \
|
||||
--ibbsegsize=$(shell printf "%d" $(CONFIG_C_ENV_BOOTBLOCK_SIZE)) \
|
||||
--ibbsegflag=0 \
|
||||
|
|
Loading…
Reference in New Issue