summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/include
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-02-07 18:47:46 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-02-07 18:47:46 +0000
commitda20e425213d453b094e37852de4cf7d70f2a151 (patch)
tree55d912d6346eefea317e4c60f40997e43f28219a /sys/arch/beagle/include
parent8dcf5aecc867f0033db89c8ecfe49193f3f60881 (diff)
Beagle has two memory banks, fix buffer overflow.
Diffstat (limited to 'sys/arch/beagle/include')
-rw-r--r--sys/arch/beagle/include/bootconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/include/bootconfig.h b/sys/arch/beagle/include/bootconfig.h
index 42d695f5ab3..6786d5207d1 100644
--- a/sys/arch/beagle/include/bootconfig.h
+++ b/sys/arch/beagle/include/bootconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootconfig.h,v 1.1 2009/05/08 03:13:26 drahn Exp $ */
+/* $OpenBSD: bootconfig.h,v 1.2 2010/02/07 18:47:45 drahn Exp $ */
/* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */
/*
@@ -50,7 +50,7 @@ typedef struct _PhysMem {
#if defined(_KERNEL) || defined(_STANDALONE)
-#define DRAM_BLOCKS 1
+#define DRAM_BLOCKS 2
typedef struct _BootConfig {
PhysMem dram[DRAM_BLOCKS];