vea9x4: Fix bug in board declarations.

Fix #516
This commit is contained in:
Martin Stein 2012-11-23 10:05:28 +01:00 committed by Norman Feske
parent d67cb43605
commit 027916d961
1 changed files with 1 additions and 1 deletions

View File

@ -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,