]> git.ozlabs.org Git - petitboot/commit
discover/boot: Put all boot params into a struct boot_task
authorJeremy Kerr <jk@ozlabs.org>
Thu, 20 Jun 2013 01:31:40 +0000 (09:31 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 24 Jun 2013 05:07:58 +0000 (13:07 +0800)
commit72332700113065602e3545b7a358a34c102851d8
tree57a8bb19a270416c6730d204a9cf5aa08f647268
parent56294d02a1422a3e83d2507c462ce53091135fa1
discover/boot: Put all boot params into a struct boot_task

This keeps all the boot-specific details in one place.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/boot.c