the following patch was just integrated into master: commit aa352de0cd09bdf80f5898eefd4537400ed7cc66 Author: Stefan Reinauer reinauer@chromium.org Date: Wed Jan 11 14:07:39 2012 -0800
selfboot: drop dead code
As a left over from elfboot times, selfboot keeps the segments to load in the order in which they appeared in the original file as well as in the order they will later appear in memory. This is not needed in selfboot, so drop the code and structure members that handle the in-file order.
Change-Id: I6be7a3a1bdf717fec1ee8e5b3227c63150580b41 Signed-off-by: Stefan Reinauer reinauer@google.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Wed Mar 7 14:18:13 2012, giving +2 See http://review.coreboot.org/768 for details.
-gerrit