selfboot: drop dead code
authorStefan Reinauer <reinauer@chromium.org>
Wed, 11 Jan 2012 22:07:39 +0000 (14:07 -0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Wed, 7 Mar 2012 13:20:08 +0000 (14:20 +0100)
commitc44de4999fbd15b6ea87dc723af49e8035a82476
tree58841384ca800dee00dd9e083f3f3170db922620
parent5ec21580f63180551bae762249c24a1888b625bb
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-on: http://review.coreboot.org/768
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/boot/selfboot.c