diff options
| author | Walter Schweizer <[email protected]> | 2026-02-17 17:39:05 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-28 15:31:50 -0300 |
| commit | bb5a4607a3a0f41d8628ecf7425d74363c5aa311 (patch) | |
| tree | f186776eaed8c275b725c8db5ae8f0f977ca61d9 | |
| parent | d03cb570ccd1db47aae93ec5abfa6ac92052e755 (diff) | |
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 <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
| -rw-r--r-- | configs/imx8qxp_capricorn.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
