summaryrefslogtreecommitdiff
path: root/sys/arch/beagle
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/beagle')
-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];