commit | 278e9ac8aa7c65e3709483cab5bf4231daea1295 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Sep 02 15:25:11 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 10 13:08:24 2024 -0600 |
tree | 59a6f661d6f966e5528c112ab0a9f950b079958e | |
parent | ca55cf8104c0dd78aae45fa66dd8400ef1b3d0ac [diff] |
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) net_auto_load() cannot call tftp_start() if CONFIG_CMD_TFTPBOOT is disabled. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>