amd/pi: Increase assumption for maximum CBFS file header size
The new attributes increase the header size, breaking this assumption. Change-Id: Ib23862f27650b39133deafb74a24327b098b6e86 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10942 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
2062473492
commit
4cfec533f7
|
@ -68,7 +68,7 @@ endif
|
|||
ifneq ($(HUDSON_FWM_INSIDE_CBFS), 1)
|
||||
$(warning ##### WARNING: CONFIG_HUDSON_FWM_POSITION ($(HUDSON_FWM_POSITION)) is outside of CBFS area ($(CBFS_BASE_ADDRESS) to 4294967295) ##### )
|
||||
endif
|
||||
CBFS_HEADER_SIZE=0x40
|
||||
CBFS_HEADER_SIZE=0x60
|
||||
|
||||
#assume the cbfs header is less than $(CBFS_HEADER_SIZE) bytes.
|
||||
ROMSIG_SIZE=4096
|
||||
|
|
Loading…
Reference in New Issue