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 <felix-coreboot@felixheld.de> Change-Id: Ia7c9a5476ae06d4bac762da1729aff878b7d0965 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69797 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
e5ca71db06
commit
1840f935d6
|
@ -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, \
|
||||
|
|
Loading…
Reference in New Issue