[PATCH v2] x86: Update docs link in bootparam header
Bin Meng
bmeng.cn at gmail.com
Mon Jul 17 11:29:07 CEST 2023
On Sun, Jul 9, 2023 at 5:48 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> On 7/9/23 11:44, Paul Barker wrote:
> > After Linux commit ff61f0791ce9, x86 documentation was moved to
> > arch/x86 and the link in bootparam.h was broken.
> >
> > Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>
> > ---
> > arch/x86/include/asm/bootparam.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h
> > index ea816ca74698..ac4865300f1b 100644
> > --- a/arch/x86/include/asm/bootparam.h
> > +++ b/arch/x86/include/asm/bootparam.h
> > @@ -62,7 +62,7 @@ struct setup_indirect {
> > /**
> > * struct setup_header - Information needed by Linux to boot
> > *
> > - * See https://www.kernel.org/doc/html/latest/x86/boot.html
> > + * See https://www.kernel.org/doc/html/latest/arch/x86/boot.html
> > */
> > struct setup_header {
> > __u8 setup_sects;
> >
> > base-commit: 0beb649053b86b2cfd5cf55a0fc68bc2fe91a430
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list