the following patch was just integrated into master: commit 7fda0e8e61682e66c956d3759a0ce39486dad747 Author: Ronald G. Minnich rminnich@google.com Date: Sun Nov 17 11:07:25 2013 -0800
cbfs: remove unused code and prototype
The code is wrong (it's calling ntohl on an entry point that is actually already le due to an old cbfs bug) and nothing calls it any more anyway.
Change-Id: Ief2c33faf99e3d2fc410524a5aae7bde378f088b Signed-off-by: Ronald G. Minnich rminnich@google.com Reviewed-on: http://review.coreboot.org/4090 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko phcoder@gmail.com Reviewed-by: Aaron Durbin adurbin@google.com
See http://review.coreboot.org/4090 for details.
-gerrit