diff options
Diffstat (limited to 'stand/common/gfx_fb.c')
-rw-r--r-- | stand/common/gfx_fb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stand/common/gfx_fb.c b/stand/common/gfx_fb.c index 9942c629d124..9bda0e7139a9 100644 --- a/stand/common/gfx_fb.c +++ b/stand/common/gfx_fb.c @@ -2984,8 +2984,6 @@ build_font_module(vm_offset_t addr) fp = file_findfile(NULL, "elf kernel"); if (fp == NULL) - fp = file_findfile(NULL, "elf64 kernel"); - if (fp == NULL) panic("can't find kernel file"); fontp = addr; @@ -3028,8 +3026,6 @@ build_splash_module(vm_offset_t addr) fp = file_findfile(NULL, "elf kernel"); if (fp == NULL) - fp = file_findfile(NULL, "elf64 kernel"); - if (fp == NULL) panic("can't find kernel file"); splash = getenv("splash"); |