drivers/security/cbnt: Fix bootblock size
Change-Id: Ic5ad9d29f247b6f828501bfacc27a8af08761d55 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50082 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
98872649c5
commit
cbce39005e
2 changed files with 9 additions and 0 deletions
|
|
@ -57,4 +57,11 @@ config CONSOLE_POST
|
|||
bool
|
||||
default y
|
||||
|
||||
config C_ENV_BOOTBLOCK_SIZE
|
||||
hex
|
||||
default 0xc000 if FIXED_BOOTBLOCK_SIZE
|
||||
help
|
||||
This matches the IBB size used for CBnT. Adjust this to the
|
||||
used CBnT settings.
|
||||
|
||||
endif # BOARD_OCP_DELTALAKE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue