diff options
| author | Tom Rini <[email protected]> | 2024-09-24 10:11:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-24 13:41:21 -0600 |
| commit | 2add54d496ee8e0e99cf5c6e892c22cfc2e115a3 (patch) | |
| tree | 77bf3117d5d0b2f0fb27a5df7a56dac8b21da7cf /cmd | |
| parent | 8a5ef6effbccf7eea28aea286cfbf7bb2b23bbd0 (diff) | |
| parent | 1582e438ba099fb6f5831e69a543b07664e0c8d5 (diff) | |
Merge patch series "Miscellaneous fixes"
Jerome Forissier <[email protected]> says:
Miscellaneous fixes made when developing the lwIP series [1]. They are
posted separately since they make sense on their own. Subsequent
versions of the lwIP series will contain a squashed version of this one.
[1] http://patchwork.ozlabs.org/project/uboot/list/?series=420712&state=%2A&archive=both
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4ccb0cef390..5ef3c8a8748 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2109,6 +2109,7 @@ config CMD_ETHSW config CMD_PXE bool "pxe" select PXE_UTILS + imply CMD_TFTPBOOT help Boot image via network using PXE protocol |
