mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
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>
This commit is contained in:
parent
392e6c14e3
commit
a5e31659cf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue