From 4cfec533f7a15138ed9409895fbda5b1a256d0a0 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 16 Jul 2015 15:34:26 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/10942 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/southbridge/amd/pi/hudson/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc index d2fd7dc8c2..bf6750591d 100644 --- a/src/southbridge/amd/pi/hudson/Makefile.inc +++ b/src/southbridge/amd/pi/hudson/Makefile.inc @@ -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 -- cgit v1.2.3