summaryrefslogtreecommitdiff
path: root/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
parent5614f148dc4cb92b53a3e8817e03d81a5715b29c (diff)
disable relro+bind now, needs more startup time testing, fix gpu mem setting
Diffstat (limited to 'target')
-rw-r--r--target/collections/xbmcbox2
-rw-r--r--target/config/Config.in.target9
2 files changed, 9 insertions, 2 deletions
diff --git a/target/collections/xbmcbox b/target/collections/xbmcbox
index 33bee606b..bd795c985 100644
--- a/target/collections/xbmcbox
+++ b/target/collections/xbmcbox
@@ -13,8 +13,6 @@ config ADK_PKG_XBMCBOX
select ADK_PACKAGE_ALSA_UTILS
select ADK_PACKAGE_ALSA_UTILS_WITH_ALSAMIXER
select ADK_TARGET_USE_GNU_HASHSTYLE
- select ADK_TARGET_USE_LD_RELRO
- select ADK_TARGET_USE_LD_BIND_NOW
select ADK_QUIET_KERNEL
select ADK_RUNTIME_QUIET_INIT
select ADK_TARGET_GPU_MEM_128
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
+