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)
commit5a87df8380c3e20f44ee5f3f1fae15496456a361
treefd1557c84f3d54a378bb9bb65e013b97f5344d4a
parentc7d1b1890880ee64786b92a1b95ba9ecb4694997
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: 8fc31e23aa83 ("autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY")
Signed-off-by: Da Xue <da@libre.computer>
common/autoboot.c