]> git.baikalelectronics.ru Git - uboot.git/commit
Kconfig: Move boot menu into common/
authorSimon Glass <sjg@chromium.org>
Fri, 11 Sep 2020 02:21:13 +0000 (20:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Oct 2020 15:59:48 +0000 (11:59 -0400)
commitfcf69344220997af44a756c370a2112a220b6247
tree4a5b74d3f8bcd3f6e1c2f5796d7afaf65dc24cd4
parentb6ced389cda751cb7dd81247b81806bc96b3492c
Kconfig: Move boot menu into common/

Most of the boot options are in common/Kconfig but that file is already
extremely large. Create a new Kconfig.boot to hold the boot options.

Signed-off-by: Simon Glass <sjg@chromium.org>
Kconfig
common/Kconfig
common/Kconfig.boot [new file with mode: 0644]