From bb5a4607a3a0f41d8628ecf7425d74363c5aa311 Mon Sep 17 00:00:00 2001 From: Walter Schweizer Date: Tue, 17 Feb 2026 17:39:05 +0100 Subject: imx8qxp_capricorn config: add wget command Enable the "wget" command to allow download using TCP / HTTP protocol. This is faster than TFTP download. Signed-off-by: Walter Schweizer Reviewed-by: Heiko Schocher Reviewed-by: Peng Fan --- 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 -- cgit v1.3.1