[PATCH v1 40/43] x86: Drop setup_pcat_compatibility()

Simon Glass sjg at chromium.org
Wed Jul 8 05:33:08 CEST 2020


Hi Bin,

On Tue, 30 Jun 2020 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Hi Simon,
>
> On Mon, Jun 15, 2020 at 11:58 AM Simon Glass <sjg at chromium.org> wrote:
> >
> > This function does not exist anymore. Drop it from the header file.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> >  arch/x86/include/asm/u-boot-x86.h | 2 --
> >  1 file changed, 2 deletions(-)
> >
>
> The function is in zimage.c
>
> ./arch/x86/lib/zimage.c:307:void setup_pcat_compatibility(void)
> ./arch/x86/lib/zimage.c:308:    __attribute__((weak,
> alias("__setup_pcat_compatibility")));
> ./arch/x86/lib/zimage.c:310:void __setup_pcat_compatibility(void)
> ./arch/x86/lib/zimage.c:327:    setup_pcat_compatibility();

Ooops I meant to remove it from there also. Will do.

Regards,
SImon


More information about the U-Boot mailing list