commit | 3216e75e4ac98034d1ab0abb9d6f40821a7ef86c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Nov 23 00:37:38 2023 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Thu Dec 14 06:24:27 2023 -0300 |
tree | d85eb8dd9a270e8349184e570b11f07a514aea42 | |
parent | e8ac0b2465cea65a4607ce4655bbc951c70e8ad6 [diff] |
arm64: imx8mp: Enable TCP, IPv6, wget on Data Modul i.MX8M eDM SBC Enable support for TCP protocol, wget, and IPv6 on this platform. The former two allow users download payload into the U-Boot from a web server, which may be more convenient or easier to set up than TFTP server. The later is enabled to future proof the IP stack on this platform. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>