diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-07-16 15:34:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-07-18 09:40:12 +0200 |
commit | 4cfec533f7a15138ed9409895fbda5b1a256d0a0 (patch) | |
tree | 80de14e4d9df5085ba1bf9ea3208116ac60ab601 /src/southbridge | |
parent | 2062473492501e2a7a6f26aab3eb333cb35b2429 (diff) |
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>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/pi/hudson/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |