From cbce39005ede7e9f0feba6fa98bd7ebd0bb629cc Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 28 Jan 2021 18:25:58 +0100 Subject: drivers/security/cbnt: Fix bootblock size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic5ad9d29f247b6f828501bfacc27a8af08761d55 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/50082 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang Reviewed-by: Patrick Rudolph Reviewed-by: Angel Pons Reviewed-by: Kyösti Mälkki --- src/mainboard/ocp/deltalake/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mainboard/ocp/deltalake/Kconfig') diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig index bb907f1af7..c439dca4d0 100644 --- a/src/mainboard/ocp/deltalake/Kconfig +++ b/src/mainboard/ocp/deltalake/Kconfig @@ -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 -- cgit v1.2.3