From: Heinrich Schuchardt Date: Tue, 18 Jun 2024 06:32:30 +0000 (+0200) Subject: spl: correct link to FIT specification X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a5e31659cfebf74949096300617d847a4dcccba9;p=u-boot.git spl: correct link to FIT specification Replace the invalid link to the FIT file format specification. Signed-off-by: Heinrich Schuchardt --- diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c index 988125be00..2a097f4464 100644 --- a/common/spl/spl_fit.c +++ b/common/spl/spl_fit.c @@ -587,7 +587,7 @@ __weak void *spl_load_simple_fit_fix_load(const void *fit) static void warn_deprecated(const char *msg) { printf("DEPRECATED: %s\n", msg); - printf("\tSee doc/uImage.FIT/source_file_format.txt\n"); + printf("\tSee https://fitspec.osfw.foundation/\n"); } static int spl_fit_upload_fpga(struct spl_fit_info *ctx, int node,