Sat May 28 00:01:43 2011 UTC ()
NEEDS_MDSETIMAGE -> NEED_MDSETIMAGE


(matt)
diff -r1.3 -r1.4 src/sys/arch/evbppc/conf/std.mpc85xx

cvs diff -r1.3 -r1.4 src/sys/arch/evbppc/conf/std.mpc85xx (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/std.mpc85xx 2011/05/02 01:45:26 1.3
+++ src/sys/arch/evbppc/conf/std.mpc85xx 2011/05/28 00:01:43 1.4
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: std.mpc85xx,v 1.3 2011/05/02 01:45:26 matt Exp $ 1# $NetBSD: std.mpc85xx,v 1.4 2011/05/28 00:01:43 matt Exp $
2# 2#
3# Standard/required options for NetBSD/mpc85xx. 3# Standard/required options for NetBSD/mpc85xx.
4 4
5machine evbppc powerpc 5machine evbppc powerpc
6include "conf/std" # MI standard options 6include "conf/std" # MI standard options
7 7
8# standard ("mandatory") kernel options. 8# standard ("mandatory") kernel options.
9options PPC_BOOKE # Freescale e500 family 9options PPC_BOOKE # Freescale e500 family
10options EVBPPC_HAS_MBR # Use MBR format (needed for SDCARD booting) 10options EVBPPC_HAS_MBR # Use MBR format (needed for SDCARD booting)
11 11
12# Executable support: 12# Executable support:
13options EXEC_ELF32 # (native) ELF32 binary support 13options EXEC_ELF32 # (native) ELF32 binary support
14options EXEC_SCRIPT # shell script support 14options EXEC_SCRIPT # shell script support
15 15
16makeoptions TEXTADDR=0x20000 16makeoptions TEXTADDR=0x20000
17makeoptions BOARDTYPE="mpc85xx" 17makeoptions BOARDTYPE="mpc85xx"
18makeoptions PPCDIR="booke" 18makeoptions PPCDIR="booke"
19makeoptions NEEDS_MDSETIMAGE="yes" 19makeoptions NEED_MDSETIMAGE="yes"
20 20
21options PPC_INTR_IMPL="<powerpc/booke/intr.h>" 21options PPC_INTR_IMPL="<powerpc/booke/intr.h>"
22options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" 22options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
23options KERNBASE=0x20000 23options KERNBASE=0x20000
24options GUR_BASE=0xe0000000 24options GUR_BASE=0xe0000000
25 25
26include "arch/powerpc/conf/files.booke" 26include "arch/powerpc/conf/files.booke"
27include "arch/evbppc/conf/files.mpc85xx" 27include "arch/evbppc/conf/files.mpc85xx"