the following patch was just integrated into master: commit 7f86c0586add7836b8c44805b6ef9eaa59fac787 Author: Stefan Reinauer reinauer@chromium.org Date: Mon Mar 25 17:50:17 2013 -0700
ARMv7: Drop XIP relocation code for romstage
It was never used, because we pushed romstage_null into the CBFS instead of romstage_xip. It's not surprising this worked, but it was a crude hack. Get rid of all the intermediate objects that are not needed.
This could probably be further simplified to use the default cbfs mechanism in our build system instead of having a specific rule for romstage, but that's for another day.
Change-Id: I492ca2015ec81e13499fcd8dd331371f46a31c78 Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2912 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks dhendrix@chromium.org
Build-Tested: build bot (Jenkins) at Tue Mar 26 02:07:08 2013, giving +1 Reviewed-By: David Hendricks dhendrix@chromium.org at Tue Mar 26 03:12:35 2013, giving +2 See http://review.coreboot.org/2912 for details.
-gerrit