[PATCH v3 05/11] imx8qxp_capricorn config: add wget command
Heiko Schocher
hs at nabladev.com
Tue Feb 17 17:39:05 CET 2026
From: Walter Schweizer <walter.schweizer at siemens.com>
Enable the "wget" command to allow download using TCP / HTTP protocol.
This is faster than TFTP download.
Signed-off-by: Walter Schweizer <walter.schweizer at siemens.com>
Reviewed-by: Heiko Schocher <hs at nabladev.com>
Reviewed-by: Peng Fan <peng.fan at nxp.com>
---
Changes in v3:
Improve the commit message as Marek suggested.
Changes in v2:
Added Reviewed-by from Peng
configs/imx8qxp_capricorn.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/imx8qxp_capricorn.config b/configs/imx8qxp_capricorn.config
index 62babf2626f..b5c9fdbc9b3 100644
--- a/configs/imx8qxp_capricorn.config
+++ b/configs/imx8qxp_capricorn.config
@@ -73,6 +73,7 @@ CONFIG_CMD_CPU=y
# CONFIG_CMD_CRC32 is not set
# CONFIG_CMD_BIND is not set
CONFIG_CMD_WDT=y
+CONFIG_CMD_WGET=y
CONFIG_CMD_CLK=y
CONFIG_CMD_DM=y
CONFIG_CMD_FUSE=y
--
2.20.1
More information about the U-Boot
mailing list