diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-15 23:08:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-09-15 23:08:38 +0200 |
commit | 0a0d48a7d2b82432c2bca4da6bebc907bec28fcc (patch) | |
tree | 69cfdafae30be47cc110be0b75cef43557bd1aa9 /target/config/Config.in.runtime | |
parent | ead477d31a7c816d732bb0c4097dce2d0a64e503 (diff) |
16 MB for Qemu is to much, qemu-system-or1k just emulates 32MB RAM.
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index ec89dcc01..257eb6819 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -83,7 +83,6 @@ source "target/config/Config.in.scripts" config ADK_RUNTIME_TMPFS_SIZE string "size of /tmp in memory (kB)" - default "16384" if ADK_TARGET_QEMU default "16384" if ADK_TARGET_VBOX default "16384" if ADK_TARGET_SYSTEM_LEMOTE_YEELONG default "32768" if ADK_TARGET_SYSTEM_IBM_X40 |