git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6b3ba
)
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
author
Jerome Forissier
<jerome.forissier@linaro.org>
Wed, 11 Sep 2024 09:58:28 +0000
(11:58 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 24 Sep 2024 19:41:21 +0000
(13:41 -0600)
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>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index
43f78a5
..
83c8281
100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-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