add default-option to bootmenu
authorFrank Wunderlich <frank-w@public-files.de>
Fri, 5 Oct 2018 09:41:59 +0000 (11:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 21:29:49 +0000 (16:29 -0500)
commitf7bb20a53e829ce0b4d3c22c704e80b490d24016
treea29bbbd17baa25d894072023d945a0b58cef279b
parent430c166bcedd22e0ce93ce298747275f814b172f
add default-option to bootmenu

with this patch the selected Entry in bootmenu can be set by
environment-var bootmenu_default=<number>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
cmd/bootmenu.c