mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
cmd/pxe.c (CMD_PXE) calls do_get_tftp() (CMD_TFTPBOOT) therefore add an "imply" to cmd/Kconfig. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
bd6b3baa5e
commit
1582e438ba
@@ -2099,6 +2099,7 @@ config CMD_ETHSW
|
||||
config CMD_PXE
|
||||
bool "pxe"
|
||||
select PXE_UTILS
|
||||
imply CMD_TFTPBOOT
|
||||
help
|
||||
Boot image via network using PXE protocol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user