summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include
diff options
context:
space:
mode:
authorgarbled <garbled@NetBSD.org>2008-01-09 19:34:44 +0000
committergarbled <garbled@NetBSD.org>2008-01-09 19:34:44 +0000
commitdc535894e11d0b97e531cee366df25cebb7dbc1c (patch)
tree8268b5286fb13254e2af09467a634a0770c07a33 /sys/arch/ofppc/include
parentb2fb3432e42f01ddb02d117a316fba5818e148b5 (diff)
Changes to the ofppc ofwboot to make it boot on an IBM CHRP RS/6000.
Tested on a pegasos II and a 7044-270. Also, switch away from the hacked up alloc.c we were using, and use the stock libsa one.
Diffstat (limited to 'sys/arch/ofppc/include')
-rw-r--r--sys/arch/ofppc/include/loadfile_machdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/ofppc/include/loadfile_machdep.h b/sys/arch/ofppc/include/loadfile_machdep.h
index 7cbe10d9a99..4f339c6af36 100644
--- a/sys/arch/ofppc/include/loadfile_machdep.h
+++ b/sys/arch/ofppc/include/loadfile_machdep.h
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile_machdep.h,v 1.3 2006/01/25 18:28:27 christos Exp $ */
+/* $NetBSD: loadfile_machdep.h,v 1.4 2008/01/09 19:34:44 garbled Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#define BOOT_AOUT
#define BOOT_ELF32
#define LOAD_KERNEL (LOAD_ALL & ~LOAD_TEXTA)