Skip to content

Commit

Permalink
ci20: SGX: Disable DEBUG for release
Browse files Browse the repository at this point in the history
Change-Id: I8cc4bc20ce4e13a215373dc64dac4e6144323c7c
Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
  • Loading branch information
Miodrag Dinic committed Aug 17, 2016
1 parent addefe6 commit 4a08153
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/imgtec/config_kernel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define LINUX
#define PVR_BUILD_DIR "jz4780_android"
#define PVR_BUILD_TYPE "debug"
#define PVR_BUILD_TYPE "release"
#define PVRSRV_MODNAME "pvrsrvkm"
#define SGXCORE 540
#define SGX540
Expand All @@ -13,11 +13,11 @@
#define PVR_LINUX_MEM_AREA_POOL_MAX_PAGES 5400
#define PVR_LINUX_MEM_AREA_USE_VMAP
#define PVR_LINUX_MEM_AREA_POOL_ALLOW_SHRINK
#define DEBUG
#define DEBUG_LINUX_MEMORY_ALLOCATIONS
#define DEBUG_LINUX_MEM_AREAS
#define DEBUG_LINUX_MMAP_AREAS
#define DEBUG_BRIDGE_KM
// #define DEBUG
// #define DEBUG_LINUX_MEMORY_ALLOCATIONS
// #define DEBUG_LINUX_MEM_AREAS
// #define DEBUG_LINUX_MMAP_AREAS
// #define DEBUG_BRIDGE_KM
#define SUPPORT_PERCONTEXT_PB
#define SUPPORT_HW_RECOVERY
#define SUPPORT_ACTIVE_POWER_MANAGEMENT
Expand Down

0 comments on commit 4a08153

Please sign in to comment.