summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-16 18:55:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-16 18:56:38 +0200
commit9e788b5d79e824c264563705b80934a51441e8e0 (patch)
tree32c18ab3f9c9095cc450b3750dbef63f0066be9e /target
parent7d6f9c58a0b79bb5865e092d9dc925f2a5b5e828 (diff)
use 128 MB for ramsize (needs small qemu patch)
Diffstat (limited to 'target')
-rw-r--r--target/sh/kernel/qemu-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sh/kernel/qemu-sh b/target/sh/kernel/qemu-sh
index 3aaece12d..dcdf00111 100644
--- a/target/sh/kernel/qemu-sh
+++ b/target/sh/kernel/qemu-sh
@@ -4,7 +4,7 @@ CONFIG_CPU_SH4=y
CONFIG_CPU_HAS_PMU=y
CONFIG_CPU_SUBTYPE_SH7751R=y
CONFIG_MEMORY_START=0x0c000000
-CONFIG_MEMORY_SIZE=0x04000000
+CONFIG_MEMORY_SIZE=0x08000000
CONFIG_29BIT=y
CONFIG_VSYSCALL=y
CONFIG_PAGE_SIZE_4KB=y