boot: Use struct bootentries to pass around data
We have a struct bootentries type to collect different boot entries,
so use this to pass around data between functions rather than using
an array of strings. With this we also no longer have to convert a
string to a boot entry multiple times.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent bf07b34 commit ed71dfbbc578173fb2fe8eb6d4bb293c9c320954
@Sascha Hauer Sascha Hauer authored on 20 Jul 2016
Showing 1 changed file
View
commands/boot.c