From 027916d9617211dceb6267e64d978bdffe17186b Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Fri, 23 Nov 2012 10:05:28 +0100 Subject: [PATCH] vea9x4: Fix bug in board declarations. Fix #516 --- base/include/platform/vea9x4/drivers/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/include/platform/vea9x4/drivers/board.h b/base/include/platform/vea9x4/drivers/board.h index 12437dd618..30c3971cf5 100644 --- a/base/include/platform/vea9x4/drivers/board.h +++ b/base/include/platform/vea9x4/drivers/board.h @@ -39,7 +39,7 @@ namespace Genode RAM_2_BASE = 0x84000000, RAM_2_SIZE = 0x1c000000, RAM_3_BASE = 0x48000000, - RAM_3_SIZE = 0x01ffffff, + RAM_3_SIZE = 0x02000000, /* UART */ PL011_0_MMIO_BASE = MMIO_0_BASE + 0x9000,