From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 30 Jun 2020 16:40:22 +0800 Subject: [PATCH v1 40/43] x86: Drop setup_pcat_compatibility() In-Reply-To: <20200615035738.248710-21-sjg@chromium.org> References: <20200615035738.248710-1-sjg@chromium.org> <20200615035738.248710-21-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > This function does not exist anymore. Drop it from the header file. > > Signed-off-by: Simon Glass > --- > > 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(); Regards, Bin