Hi Heinrich, On Tue, 18 Jun 2024 at 00:32, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > Replace the invalid link to the FIT file format specification. > > Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> > --- > SPL is tightly size constrained. > > Shouldn't we remove the message with the link which is only of interest > to developers. > --- > common/spl/spl_fit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
I believe we wanted to use the internal U-Boot link, which can include the external docs using some Sphinx magic[1] > > diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c > index 988125be008..2a097f4464c 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, > -- > 2.43.0 > Regards, Simon [1] https://patchwork.ozlabs.org/project/uboot/cover/20240604195256.1820285-1-sam.povi...@amd.com/