selfboot: cleanup
authorStefan Reinauer <reinauer@chromium.org>
Mon, 7 Nov 2011 20:43:03 +0000 (12:43 -0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Tue, 8 Nov 2011 11:25:26 +0000 (12:25 +0100)
commit19436298711a73d51fa54c76f6004703d25488a5
tree229032d089222e053d2b17a252454192e59ab82c
parentdf073cb439b2acbe1d578f94be20ef983193b128
selfboot: cleanup

- move cbfs_load_payload to the end so we can drop the prototype
- move lb_start and lb_end to the beginning so they can be used
  in other functions.
- drop two unused function declarations
- break a 80+ characters line
- fix a comment

Change-Id: I460aa1e2ccf9d95ac12233af001076f73ab0268e
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/424
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/boot/selfboot.c