forked from Shelnutt2/android_device_lge_gkatt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BoardConfig.mk
55 lines (47 loc) · 2.1 KB
/
BoardConfig.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# Copyright (C) 2011 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#BOARD_KERNEL_CMDLINE := console=ttySHL0,115200,n8 androidboot.hardware=gkatt lpj=67677
BOARD_KERNEL_CMDLINE := vmalloc=600M console=ttyHSL0,115200,n8 lpj=67677 user_debug=31 msm_rtb.filter=0x0 ehci-hcd.park=3 coresight-etm.boot_enable=0 androidboot.hardware=gkatt uart_console=disable lge.rev=rev_10 lcd_maker_id=primary lge.hreset=off, lge.reset=rst_etc gpt=enable logoentry=0x77665501+0+0 lge.batt_info=ds2704_l lge.crash=0x0 lge.crash_enable=0x0
BOARD_KERNEL_BASE := 0x80200000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000
#BOARD_FORCE_RAMDISK_ADDRESS := 0x82200000
TARGET_KERNEL_CONFIG := gkatt_bcm-perf_defconfig
TARGET_KERNEL_SOURCE := kernel/lge/geefhd
# inherit from gee-common
-include device/lge/gee-common/BoardConfigCommon.mk
# assert
TARGET_OTA_ASSERT_DEVICE := gkatt
## Enable Loki Recovery
ENABLE_LOKI_RECOVERY := true
## TWRP Flags
DEVICE_RESOLUTION := 1080x1920
RECOVERY_GRAPHICS_USE_LINELENGTH := true
BOARD_USE_CUSTOM_RECOVERY_FONT:= \"roboto_15x24.h\"
TW_INTERNAL_STORAGE_PATH := "/data/media"
TW_INTERNAL_STORAGE_MOUNT_POINT := "data"
RECOVERY_SDCARD_ON_DATA := true
TW_EXTERNAL_STORAGE_PATH := "/external_sd"
TW_EXTERNAL_STORAGE_MOUNT_POINT := "external_sd"
# I'll enable this later just for ext_sd
TW_NO_USB_STORAGE := true
BOARD_HAS_LARGE_FILESYSTEM := true
# disable SD partitioning
BOARD_HAS_NO_REAL_SDCARD := true
# board-info
TARGET_BOARD_INFO_FILE := device/lge/gkatt/board-info.txt
# inherit from the proprietary version
-include vendor/lge/gee/BoardConfigVendor.mk