]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc378e8c1dd617fca0d88b75d129741fab909aa9a
treea29bbbd17baa25d894072023d945a0b58cef279b
parent1aefdeab2189224425f547604f41564304634ed5
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