summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-11 15:47:20 +0300
committerTom Rini <trini@konsulko.com>2022-08-11 15:47:20 +0300
commit157861e6afa5c26134639e8a8f34540141672a0a (patch)
treeafaa6663f819d0a0977bead78c61e6376ecf4a0a /cmd
parentcdebee1fd9fa04cc4c972f826bae19b28c253eb0 (diff)
parentbe43a35bff17550fa707795a06eaed6114eb1742 (diff)
downloadu-boot-157861e6afa5c26134639e8a8f34540141672a0a.tar.xz
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/Kconfig4
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