summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-11 21:17:04 +0000
committerru <ru@FreeBSD.org>2004-02-11 21:17:04 +0000
commit55ee7cd48644f992a7f8f92bac34a503985ea2d8 (patch)
tree530a74733b4c96d6deadfbaa980fd5661064e870 /sys/boot/sparc64
parent6b8ec0360c5f0a057dbcd87cc7eca7591461bd24 (diff)
downloadFreeBSD-src-55ee7cd48644f992a7f8f92bac34a503985ea2d8.zip
FreeBSD-src-55ee7cd48644f992a7f8f92bac34a503985ea2d8.tar.gz
_start.S -> _start.s as the latter is pure asm file.
Repocopied by: joe
Diffstat (limited to 'sys/boot/sparc64')
-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 6ad039b..93d213d 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 30f8019..0000000
--- a/sys/boot/sparc64/boot1/_start.S
+++ /dev/null
@@ -1,8 +0,0 @@
-/* $FreeBSD$ */
-
- .text
- .globl _start
-_start:
- call ofw_init
- nop
- sir
OpenPOWER on IntegriCloud