summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/loader
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-14 08:28:17 +0000
committerdfr <dfr@FreeBSD.org>2001-09-14 08:28:17 +0000
commit2168ec3a503c92949bdc6b5fc7da1c405e3c4023 (patch)
tree74954f7377e09284614e58fa68c2cd2c4f2b0a09 /sys/boot/efi/loader
parentfba6b92ecd18f4cf99373368845f1654ba19bad1 (diff)
downloadFreeBSD-src-2168ec3a503c92949bdc6b5fc7da1c405e3c4023.zip
FreeBSD-src-2168ec3a503c92949bdc6b5fc7da1c405e3c4023.tar.gz
Plug in ELF backend.
Diffstat (limited to 'sys/boot/efi/loader')
-rw-r--r--sys/boot/efi/loader/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c
index 125ccde..3d745fa 100644
--- a/sys/boot/efi/loader/conf.c
+++ b/sys/boot/efi/loader/conf.c
@@ -72,7 +72,7 @@ struct fs_ops *file_system[] = {
extern struct file_format ia64_elf;
struct file_format *file_formats[] = {
-/* &ia64_elf, */
+ &ia64_elf,
NULL
};
OpenPOWER on IntegriCloud