commit | 98eed0d4f9322832e1428887d7c37b4dde8c5317 | [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 | 7b6baa331454391185eeb727cdbcdf9f6d8df080 [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>