]> git.baikalelectronics.ru Git - uboot.git/commit
autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY
authorDa Xue <da@libre.computer>
Tue, 22 Jun 2021 02:39:19 +0000 (22:39 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 22 Jun 2021 18:01:22 +0000 (14:01 -0400)
commit6874fce307db598d1e4389af82a21cc80745fb20
treefd1557c84f3d54a378bb9bb65e013b97f5344d4a
parentd1b1bc78c6b7b6fd11a20d70ed82693f8d721e9e
autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY

Replace typo CONFIG_USE_AUTOBOOT_MENUKEY with
CONFIG_AUTOBOOT_USE_MENUKEY as when they were introduced initially there
was some mismatch in which name was used where.

Fixes: 1ad33df490a7 ("autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY")
Signed-off-by: Da Xue <da@libre.computer>
common/autoboot.c