3
0
Fork 0

BoardConfig: Build all kernels with GCC 4.4.3

4.6 may be the cause of RIL crashes

Change-Id: Iabc66bae5828bb574c60121effd024e4e58f2b37
This commit is contained in:
Andrew Dodd 2012-10-14 13:03:48 -04:00 committed by Gerrit Code Review
parent 56156d359a
commit 9d73e8a5d1
1 changed files with 4 additions and 0 deletions

View File

@ -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