mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
net: cmd: Correct dependencies for CMD_PXE
The CMD_PXE functionality can only build with CMD_TFTPBOOT enabled (or we get undefined references to do_tftpb), so express this dependency in Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Jerome Forissier
parent
9d0b183804
commit
66da793b69
@@ -2314,7 +2314,7 @@ config WGET_BUILTIN_CACERT_PATH
|
||||
config CMD_PXE
|
||||
bool "pxe"
|
||||
select PXE_UTILS
|
||||
imply CMD_TFTPBOOT
|
||||
select CMD_TFTPBOOT
|
||||
help
|
||||
Boot image via network using PXE protocol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user