summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2013-07-16 18:49:36 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2013-07-16 18:49:36 +0000
commit68a3951052bade14167eecafc5f315de4263edf0 (patch)
tree2edfd486ad29727b5ccd54f01ef4e1b2b3cdd6dc /sys/arch
parent36b0cdd829752308ed915b96dbeff2f976a63d2c (diff)
no longer needed, we use uenv.txt
OK bmercer@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/beagle/stand/boot.scr/Makefile12
-rw-r--r--sys/arch/beagle/stand/boot.scr/boot.cmd4
2 files changed, 0 insertions, 16 deletions
diff --git a/sys/arch/beagle/stand/boot.scr/Makefile b/sys/arch/beagle/stand/boot.scr/Makefile
deleted file mode 100644
index 00eb3ec529a..00000000000
--- a/sys/arch/beagle/stand/boot.scr/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-PROG = boot.scr
-SRCS =
-NOMAN=
-NOPIE=
-
-.SUFFIXES: .cmd .scr
-
-.cmd.scr:
- mkuboot -t script -a arm -o linux $< $@
-
-
-.include <bsd.prog.mk>
diff --git a/sys/arch/beagle/stand/boot.scr/boot.cmd b/sys/arch/beagle/stand/boot.scr/boot.cmd
deleted file mode 100644
index 35b59a45e51..00000000000
--- a/sys/arch/beagle/stand/boot.scr/boot.cmd
+++ /dev/null
@@ -1,4 +0,0 @@
-setenv loadaddr 0x82800000 ;
-setenv bootargs sd0i:/bsd.umg ;
-fatload mmc 0 ${loadaddr} bsd.umg ;
-bootm ${loadaddr}