the following patch was just integrated into master: commit 479e31e0907e273b0ca4a8ad5326b1503144637a Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed Apr 20 09:33:30 2016 -0700
imgtec/pistachio: Fix memlayout ASSERT with new binutils
With binutils 2.26 our memlayout ASSERT for mirrored SRAM regions gets confused due to the lack of parentheses grouping the expressions.
This fixes the following issue:
LINK cbfs/fallback/bootblock.debug mipsel-elf-ld.bfd: bootblock and gram_bootblock do not match! mipsel-elf-ld.bfd: romstage and kseg0_romstage do not match!
Change-Id: Ib406e229b8a552d9ffc4538b55ee0269bfed62a8 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: https://review.coreboot.org/14440 Reviewed-by: Martin Roth martinroth@google.com Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner jwerner@chromium.org
See https://review.coreboot.org/14440 for details.
-gerrit