aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-06-18 08:32:30 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-06-30 13:58:31 +0200
commita5e31659cfebf74949096300617d847a4dcccba9 (patch)
treeb2d753e9f3f831a2108d3866c9c7748359c2977e
parent392e6c14e341f0042106fd220ea32c810e3abc83 (diff)
downloadu-boot-a5e31659cfebf74949096300617d847a4dcccba9.zip
u-boot-a5e31659cfebf74949096300617d847a4dcccba9.tar.gz
u-boot-a5e31659cfebf74949096300617d847a4dcccba9.tar.bz2
spl: correct link to FIT specification
Replace the invalid link to the FIT file format specification. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--common/spl/spl_fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c
index 988125b..2a097f4 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,