From 1840f935d65905ead7a44d18aa974b29bdb8c79e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 18 Nov 2022 23:26:38 +0100 Subject: include/memlayout.h: update comment about VBOOT2 work buffer size VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE is nowadays defined in vboot/firmware/2lib/include/2constants.h, so update the comment. Signed-off-by: Felix Held Change-Id: Ia7c9a5476ae06d4bac762da1729aff878b7d0965 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69797 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/include/memlayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/memlayout.h b/src/include/memlayout.h index 1e9fca8198..7b6cfb62d9 100644 --- a/src/include/memlayout.h +++ b/src/include/memlayout.h @@ -161,7 +161,7 @@ #endif /* VBOOT2_WORK must always use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE for its - * size argument. The constant is imported via vb2_workbuf_size.h. */ + * size argument. The constant is imported via 2constants.h. */ #define VBOOT2_WORK(addr, sz) \ REGION(vboot2_work, addr, sz, 16) \ _ = ASSERT(sz == VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE, \ -- cgit v1.2.3