Skip to content

Commit

Permalink
Partially revert '109808 baseband handling'
Browse files Browse the repository at this point in the history
This partially reverts commit b432d30.
  • Loading branch information
Daz Jones committed Feb 22, 2013
1 parent b432d30 commit c27399f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ TARGET_CUSTOM_WIFI := ../../device/huawei/u8815/libhardware_legacy/wifi/wifi.c

# Kernel
TARGET_KERNEL_SOURCE := kernel/huawei/u8815
ifdef HUAWEI_109808_BASEBAND
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_109808_defconfig
else
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_2030_defconfig
endif
TARGET_KERNEL_CONFIG := cyanogenmod_u8815_defconfig
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei
BOARD_KERNEL_BASE := 0x00200000
BOARD_PAGE_SIZE := 2048
Expand Down

0 comments on commit c27399f

Please sign in to comment.