Re: [PATCH v2 41/44] x86: Drop setup_pcat_compatibility()

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:34 AM Simon Glass wrote: > > This function does not exist anymore. Drop it from the header file. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Remove the function from zimage.c also > > arch/x86/include/asm/u-boot-x86.h | 2 -- > arch/x86/lib/zimage.c

[PATCH v2 41/44] x86: Drop setup_pcat_compatibility()

2020-07-07 Thread Simon Glass
This function does not exist anymore. Drop it from the header file. Signed-off-by: Simon Glass --- Changes in v2: - Remove the function from zimage.c also arch/x86/include/asm/u-boot-x86.h | 2 -- arch/x86/lib/zimage.c | 10 -- 2 files changed, 12 deletions(-) diff --git