diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-10-14 13:03:48 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-10-24 07:39:06 -0700 |
commit | 9d73e8a5d13e9fc19c21152bdc913c659de8160b (patch) | |
tree | d2f16a944c268e69a94d3c91215accd6f84270d2 | |
parent | 56156d359af8919b42b64f251e60a2d872620e1b (diff) | |
download | device_samsung_galaxys2-common-9d73e8a5d13e9fc19c21152bdc913c659de8160b.zip device_samsung_galaxys2-common-9d73e8a5d13e9fc19c21152bdc913c659de8160b.tar.gz device_samsung_galaxys2-common-9d73e8a5d13e9fc19c21152bdc913c659de8160b.tar.bz2 |
BoardConfig: Build all kernels with GCC 4.4.3
4.6 may be the cause of RIL crashes
Change-Id: Iabc66bae5828bb574c60121effd024e4e58f2b37
-rw-r--r-- | BoardCommonConfig.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 9aa7e2d..ebf0ba5 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -54,6 +54,10 @@ BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_BASE := 0x40000000 BOARD_KERNEL_CMDLINE := console=ttySAC2,115200 consoleblank=0 +#Use old kernel toolchain. GCC 4.6 may be the root cause of our modem +#interface dying all the time. +TARGET_KERNEL_CUSTOM_TOOLCHAIN := arm-eabi-4.4.3 + # Filesystem TARGET_USERIMAGES_USE_EXT4 := true BOARD_BOOTIMAGE_PARTITION_SIZE := 8388608 |