]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
spl: correct link to FIT specification
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 18 Jun 2024 06:32:30 +0000 (08:32 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 30 Jun 2024 11:58:31 +0000 (13:58 +0200)
Replace the invalid link to the FIT file format specification.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
common/spl/spl_fit.c

index 988125be008d56d68fd1ac7da5c1d36ca07db406..2a097f4464c6a9e93168c03f70962840aded8d01 100644 (file)
@@ -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,