mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
_start.S -> _start.s as the latter is pure asm file.
Repocopied by: joe
This commit is contained in:
parent
e898d5ad97
commit
23350aaf89
2 changed files with 1 additions and 9 deletions
|
|
@ -4,7 +4,7 @@ PROG= boot1.elf
|
|||
INTERNALPROG=
|
||||
NOMAN=
|
||||
FILES= boot1
|
||||
SRCS= _start.S boot1.c
|
||||
SRCS= _start.s boot1.c
|
||||
|
||||
BOOTBLOCKBASE= 0x4000
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
call ofw_init
|
||||
nop
|
||||
sir
|
||||
Loading…
Reference in a new issue