diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-11 08:47:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-11 08:47:20 -0400 |
commit | 157861e6afa5c26134639e8a8f34540141672a0a (patch) | |
tree | afaa6663f819d0a0977bead78c61e6376ecf4a0a /cmd | |
parent | cdebee1fd9fa04cc4c972f826bae19b28c253eb0 (diff) | |
parent | be43a35bff17550fa707795a06eaed6114eb1742 (diff) | |
download | u-boot-157861e6afa5c26134639e8a8f34540141672a0a.tar.gz u-boot-157861e6afa5c26134639e8a8f34540141672a0a.tar.bz2 u-boot-157861e6afa5c26134639e8a8f34540141672a0a.zip |
Merge tag 'dm-pull-9aug22-take2' of https://source.denx.de/u-boot/custodians/u-boot-dm
dtoc fixes with pylint, tests
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 3625ff2a50..7d19706a8e 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1825,7 +1825,7 @@ config CMD_ETHSW config CMD_PXE bool "pxe" - select MENU + select PXE_UTILS help Boot image via network using PXE protocol @@ -2007,7 +2007,7 @@ config CMD_SOUND config CMD_SYSBOOT bool "sysboot" - select MENU + select PXE_UTILS help Boot image via local extlinux.conf file |