mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
#if 0 more bootinfo stuff.
This commit is contained in:
parent
d112f7bd5b
commit
0c7065ad98
1 changed files with 4 additions and 0 deletions
|
|
@ -29,7 +29,9 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/linker.h>
|
||||
|
||||
#if 0
|
||||
#include <machine/bootinfo.h>
|
||||
#endif
|
||||
#include <machine/elf.h>
|
||||
|
||||
#include <stand.h>
|
||||
|
|
@ -67,7 +69,9 @@ ofw_elf_exec(struct preloaded_file *fp)
|
|||
Elf_Ehdr *ehdr;
|
||||
vm_offset_t entry, bootinfop;
|
||||
int boothowto, err, bootdev;
|
||||
#if 0
|
||||
struct bootinfo *bi;
|
||||
#endif
|
||||
vm_offset_t ssym, esym;
|
||||
|
||||
if ((md = file_findmetadata(fp, MODINFOMD_ELFHDR)) == NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue