From da20e425213d453b094e37852de4cf7d70f2a151 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 7 Feb 2010 18:47:46 +0000 Subject: Beagle has two memory banks, fix buffer overflow. --- sys/arch/beagle/include/bootconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/beagle') 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]; -- cgit v1.2.3