summaryrefslogtreecommitdiff
path: root/target/config/Config.in.target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-30 11:25:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-30 11:25:55 +0200
commit25c9e3ebb5f3fd63bc12abbd7124639148be9429 (patch)
tree6ffa851a2b8a843aba45908ecd473261514988d0 /target/config/Config.in.target
parent5614f148dc4cb92b53a3e8817e03d81a5715b29c (diff)
disable relro+bind now, needs more startup time testing, fix gpu mem setting
Diffstat (limited to 'target/config/Config.in.target')
-rw-r--r--target/config/Config.in.target9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target
index cfaf4236a..e3e271c32 100644
--- a/target/config/Config.in.target
+++ b/target/config/Config.in.target
@@ -307,3 +307,12 @@ config ADK_TARGET_GPU_MEM_256
use 256 MB.
endchoice
+
+config ADK_TARGET_GPU_MEM
+ int
+ default 16 if ADK_TARGET_GPU_MEM_16
+ default 64 if ADK_TARGET_GPU_MEM_64
+ default 128 if ADK_TARGET_GPU_MEM_128
+ default 256 if ADK_TARGET_GPU_MEM_256
+ depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
+