diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-06-30 20:10:57 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-03 22:11:27 +0800 |
commit | 7f5b96172a66426512c855ba313d143d765d6cf2 (patch) | |
tree | cf4ddfeb4e42e77ee5bbf05cb9858fc0fc94bd4b /BoardConfig.mk | |
parent | de97ae529d73e8b6950b485003bf01ab6608ef9c (diff) |
wayne: Remove unused configs
Change-Id: I8a519609dd2661b9d851eea9ecb4469490c6fe14
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 30ee91b..fbcdfbf 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -82,7 +82,6 @@ endif BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 endif -BOARD_EGL_CFG := $(DEVICE_PATH)/egl.cfg BOARD_SECCOMP_POLICY := $(DEVICE_PATH)/seccomp BOARD_KERNEL_BASE := 0x00000000 |