summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e198b9b..0293377 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -25,6 +25,9 @@ BOARD_USES_LIBSECRIL_STUB := true
BOARD_NO_PAGE_FLIPPING := true
BOARD_NO_32BPP := true
+#Kernel Panic Fix
+ARCH_ARM_HAVE_ARMV7A_BUG := true
+
# Use the non-open-source parts, if they're present
-include vendor/samsung/crespo/BoardConfigVendor.mk