aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-11 21:17:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-11 21:17:04 +0000
commit23350aaf897082afcb2c74e493cfc823962ddc3d (patch)
tree530a74733b4c96d6deadfbaa980fd5661064e870 /sys/boot
parente898d5ad974c983c347a825ef796bf588ec02a5a (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/sparc64/boot1/Makefile2
-rw-r--r--sys/boot/sparc64/boot1/_start.S8
2 files changed, 1 insertions, 9 deletions
diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile
index 6ad039b3970e9..93d213d3c63aa 100644
--- a/sys/boot/sparc64/boot1/Makefile
+++ b/sys/boot/sparc64/boot1/Makefile
@@ -4,7 +4,7 @@ PROG= boot1.elf
INTERNALPROG=
NOMAN=
FILES= boot1
-SRCS= _start.S boot1.c
+SRCS= _start.s boot1.c
BOOTBLOCKBASE= 0x4000
diff --git a/sys/boot/sparc64/boot1/_start.S b/sys/boot/sparc64/boot1/_start.S
deleted file mode 100644
index 30f8019cc863e..0000000000000
--- a/sys/boot/sparc64/boot1/_start.S
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $FreeBSD$ */
-
- .text
- .globl _start
-_start:
- call ofw_init
- nop
- sir