diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-01 22:53:23 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-01 22:55:19 +0100 |
commit | 9daf7f05f14c74189daa820eae0127641c4d11d4 (patch) | |
tree | a80d9ff392997159d1a4d4ecc919a65c58fce924 /config/u-boot/qemu_x86_12mb/target.cfg | |
parent | 6d59f1d0be9e998689dbc74cba914999ab62b69c (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/qemu_x86_12mb/target.cfg')
-rw-r--r-- | config/u-boot/qemu_x86_12mb/target.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
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" |