From: Walter Schweizer Date: Tue, 17 Feb 2026 16:39:05 +0000 (+0100) Subject: imx8qxp_capricorn config: add wget command X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb5a4607a3a0f41d8628ecf7425d74363c5aa311;p=thirdparty%2Fu-boot.git 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 --- 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