aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-16 21:22:36 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-07-17 14:32:24 +0800
commita308b1fa3901d93fb89e00e2841c8c872a8fe026 (patch)
tree9cb7fa80896b5941df761225144c2514136189f9 /arch/x86/include/asm/u-boot-x86.h
parent538c9b3d29d3777ff168b2341eacb5554791fc4e (diff)
downloadu-boot-a308b1fa3901d93fb89e00e2841c8c872a8fe026.zip
u-boot-a308b1fa3901d93fb89e00e2841c8c872a8fe026.tar.gz
u-boot-a308b1fa3901d93fb89e00e2841c8c872a8fe026.tar.bz2
x86: Drop setup_pcat_compatibility()
This function does not exist anymore. Drop it from the header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/u-boot-x86.h')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index bd3f440..d732661 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -83,8 +83,6 @@ int default_print_cpuinfo(void);
/* Set up a UART which can be used with printch(), printhex8(), etc. */
int setup_internal_uart(int enable);
-void setup_pcat_compatibility(void);
-
void isa_unmap_rom(u32 addr);
u32 isa_map_rom(u32 bus_addr, int size);