Skip to content

Commit b05b8c0

Browse files
committed
doesn't boot didhiy#4 changes plus fiq reverts
1 parent 2e31d7a commit b05b8c0

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

arch/arm/configs/omni_fascinatemtd_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ CONFIG_EXPERIMENTAL=y
3838
CONFIG_BROKEN_ON_SMP=y
3939
CONFIG_INIT_ENV_ARG_LIMIT=32
4040
CONFIG_CROSS_COMPILE=""
41-
CONFIG_LOCALVERSION=""
42-
CONFIG_LOCALVERSION_AUTO=y
41+
CONFIG_LOCALVERSION="2jz-perf_3"
42+
# CONFIG_LOCALVERSION_AUTO is not set
4343
CONFIG_HAVE_KERNEL_GZIP=y
4444
CONFIG_HAVE_KERNEL_LZMA=y
4545
CONFIG_HAVE_KERNEL_LZO=y
@@ -510,7 +510,7 @@ CONFIG_ALIGNMENT_TRAP=y
510510
# CONFIG_USE_OF is not set
511511
CONFIG_ZBOOT_ROM_TEXT=0
512512
CONFIG_ZBOOT_ROM_BSS=0
513-
CONFIG_CMDLINE="console=ttyFIQ0,115200 init=/init"
513+
CONFIG_CMDLINE="console=init=/init"
514514
CONFIG_CMDLINE_FROM_BOOTLOADER=y
515515
# CONFIG_CMDLINE_EXTEND is not set
516516
# CONFIG_CMDLINE_FORCE is not set

drivers/gpu/pvr/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ config PVR_NEED_PVR_ASSERT
3535
config PVR_DEBUG_MEMORY
3636
bool "Record memory-related debugging information"
3737
depends on PVR_BUILD_DEBUG
38-
default y
38+
default n
3939

4040
config PVR_DEBUG_BRIDGE_KM
4141
bool "Collect bridge statistics"
4242
depends on PVR_BUILD_DEBUG
43-
default y
43+
default n
4444

4545
config PVR_DEBUG_TRACE_BRIDGE_KM
4646
bool "Trace bridge calls"
@@ -80,12 +80,12 @@ config PVR_SGX_LOW_LATENCY_SCHEDULING
8080
config 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

8585
config 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

9090
config PVR_PDUMP
9191
bool "Support for parameter dumping (Pdump)"

drivers/gpu/pvr/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ccflags-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

1717
ccflags-y += -DLINUX -D__linux__ -DANDROID
1818
ccflags-y += -Idrivers/gpu/pvr

0 commit comments

Comments
 (0)