cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 8 Nov 2019 01:32:15 +0000 (10:32 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 8 Nov 2019 12:10:14 +0000 (07:10 -0500)
commitfefff636337b53ac7fc1b0e9f38eb7b188bc0e60
treec4f794a453f4e450e3be87de0d3235b33edd8e15
parente3aafef4cf2d16e14e3bc02c3d8dbd434e305c19
cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS

Due to the commit 4b0bcfa7c4ec ("Kconfig: Migrate CONFIG_BOOTM_* options")
BOOTEFI and BOOTEFI_HELLO_COMPILE (and other BOOTEFI configs) are
displayed in a long distance. This will make it difficult for us to
understand that those configurations are closely related.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig