]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootmenu: rename U-Boot console to Exit
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 17 Jan 2024 10:55:46 +0000 (12:55 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 24 Jan 2024 16:12:11 +0000 (11:12 -0500)
commit983d6e5bf05a106478e8827b5bc02a6a0b627f36
tree6b97e8c08148c454fd2c8a14f4eda03050b1847e
parentd2099587d661c6ca2309256c0e04c06e26c8d34c
cmd: bootmenu: rename U-Boot console to Exit

It seems that the U-Boot console entry of the bootmenu has lost
its original meaning. Now, even if it is chosen, the probability
that you will enter the actual U-Boot console is quite low.
Boot env, bootflow, bootcommand script may appear, but not the
actual console. Hence, let's remove ambiguity and name this
entry by what it actually does: 'Exit' the bootmenu.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
cmd/bootmenu.c