From d44fdb7d9b8527c758deefc4262fedd6a121ffc6 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 23 Mar 2021 08:50:34 +0100 Subject: x86: drop legacy (PC BIOS) boot in favor of EFI The 16-bit port has experienced bitrot and failed to compile with more recent linkers for at least a year. Fixing the linker error is insufficient to restore a barebox that can boot to shell. This continued breakage likely means that there are no users interested in updating. As new x86 projects should be using MACH_EFI_GENERIC anyway, retire support for 16-bit legacy boot (MACH_X86_GENERIC). Acked-by: Juergen Borleis Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/x86/bios/Makefile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 arch/x86/bios/Makefile (limited to 'arch/x86/bios/Makefile') diff --git a/arch/x86/bios/Makefile b/arch/x86/bios/Makefile deleted file mode 100644 index 414ee42a4a..0000000000 --- a/arch/x86/bios/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -obj-y += memory16.o -obj-y += traveler.o -obj-y += bios_disk.o -- cgit v1.2.3