File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ CONFIG_EXPERIMENTAL=y
3838CONFIG_BROKEN_ON_SMP=y
3939CONFIG_INIT_ENV_ARG_LIMIT=32
4040CONFIG_CROSS_COMPILE=""
41- CONFIG_LOCALVERSION=""
42- CONFIG_LOCALVERSION_AUTO=y
41+ CONFIG_LOCALVERSION="2jz-perf_3 "
42+ # CONFIG_LOCALVERSION_AUTO is not set
4343CONFIG_HAVE_KERNEL_GZIP=y
4444CONFIG_HAVE_KERNEL_LZMA=y
4545CONFIG_HAVE_KERNEL_LZO=y
@@ -510,7 +510,7 @@ CONFIG_ALIGNMENT_TRAP=y
510510# CONFIG_USE_OF is not set
511511CONFIG_ZBOOT_ROM_TEXT=0
512512CONFIG_ZBOOT_ROM_BSS=0
513- CONFIG_CMDLINE="console=ttyFIQ0,115200 init=/init"
513+ CONFIG_CMDLINE="console=init=/init"
514514CONFIG_CMDLINE_FROM_BOOTLOADER=y
515515# CONFIG_CMDLINE_EXTEND is not set
516516# CONFIG_CMDLINE_FORCE is not set
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ config PVR_NEED_PVR_ASSERT
3535config PVR_DEBUG_MEMORY
3636 bool "Record memory-related debugging information"
3737 depends on PVR_BUILD_DEBUG
38- default y
38+ default n
3939
4040config PVR_DEBUG_BRIDGE_KM
4141 bool "Collect bridge statistics"
4242 depends on PVR_BUILD_DEBUG
43- default y
43+ default n
4444
4545config PVR_DEBUG_TRACE_BRIDGE_KM
4646 bool "Trace bridge calls"
@@ -80,12 +80,12 @@ config PVR_SGX_LOW_LATENCY_SCHEDULING
8080config PVR_USSE_EDM_STATUS_DEBUG
8181 bool "Trace microkernel status"
8282 depends on PVR_SGX
83- default y if PVR_BUILD_DEBUG
83+ default n if PVR_BUILD_DEBUG
8484
8585config PVR_DUMP_MK_TRACE
8686 bool "Dump microkernel trace on HW recovery"
8787 depends on PVR_USSE_EDM_STATUS_DEBUG
88- default y
88+ default n
8989
9090config PVR_PDUMP
9191 bool "Support for parameter dumping (Pdump)"
Original file line number Diff line number Diff line change 11ccflags-y := \
22 -Wno-pointer-sign\
3- -fno-strict -overflow\
3+ -fstrict -overflow\
44 -fconserve-stack\
55 -Wdeclaration-after-statement\
66 -Wpointer-arith\
@@ -12,7 +12,7 @@ ccflags-y := \
1212 -Wno-sign-compare\
1313 -fno-strict-aliasing\
1414 -Wno-pointer-arith\
15- -Os
15+ -Ofast
1616
1717ccflags-y += -DLINUX -D__linux__ -DANDROID
1818ccflags-y += -Idrivers/gpu/pvr
You can’t perform that action at this time.
0 commit comments