commit | e9d54d7cce07a8cd8754a0903306c991cf37f199 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 10 20:21:16 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 09 11:59:50 2020 -0400 |
tree | 797491a319d32777203d04e9345429a9cb405a9e | |
parent | eebed784432c9e8d9690dd9f09e14d5865e6bde6 [diff] |
Kconfig: Move autoboot options under boot options At present the autoboot options are in cmd/Kconfig but they don't really relate to commands. They relate to booting, so move this menu under the boot menu. Signed-off-by: Simon Glass <sjg@chromium.org>