From 9daf7f05f14c74189daa820eae0127641c4d11d4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 1 Jun 2024 22:53:23 +0100 Subject: u-boot on qemu: remove currently unused x86 target it doesn't build, at present, but isn't used by any coreboot targets, so the build issue does not come up during release builds, but i did find it laying around during my audits. x86 qemu is on todo for libreboot, on all x86 boards, but the current config is broken, so: remove it. it's very much a requirement that anything in lbmk should work. Signed-off-by: Leah Rowe --- config/u-boot/qemu_x86_12mb/target.cfg | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config/u-boot/qemu_x86_12mb/target.cfg (limited to 'config/u-boot/qemu_x86_12mb/target.cfg') diff --git a/config/u-boot/qemu_x86_12mb/target.cfg b/config/u-boot/qemu_x86_12mb/target.cfg deleted file mode 100644 index 216c7bdc..00000000 --- a/config/u-boot/qemu_x86_12mb/target.cfg +++ /dev/null @@ -1,3 +0,0 @@ -tree="default" -xtree="default" -xarch="i386-elf" -- cgit v1.2.1