aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-10-27 07:34:59 -0500
committerDan Murphy2017-11-10 08:48:29 -0600
commit308829dfb0c3292b19932e9e4e28c3067dae52ba (patch)
treee450f932305c281935fe47541de51ce51ea3afbe
parent50d6fd77d0040ab13dd6fa00292546599ddfb368 (diff)
downloadkernel-integration-tree-integration-ti-android-linux-4.9.y.tar.gz
kernel-integration-tree-integration-ti-android-linux-4.9.y.tar.xz
kernel-integration-tree-integration-ti-android-linux-4.9.y.zip
ti_config_fragments: android.cfg: Enable Android fragment fileintegration-ti-android-linux-4.9.y
Android base feature branch is pulled from https://android.googlesource.com/kernel/common.git to ti-android-linux-<lts> integration branch directly. The android-*.config files in <root>/kernel/configs/* are meant to be used as a base for an Android kernel config. All android devices should have the options in android-base.config enabled. While not mandatory, the options in android-recommended.config enable advanced Android features. ti_config_fragments/android.cfg fragment is created to enable any addional configuration/feature is required to add or override any additional features that are required to productize android for TI devices. In this patch, extending commandline to include android required options Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--ti_config_fragments/android.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/ti_config_fragments/android.cfg b/ti_config_fragments/android.cfg
new file mode 100644
index 000000000000..5b50a1c73982
--- /dev/null
+++ b/ti_config_fragments/android.cfg
@@ -0,0 +1,12 @@
1###############################################################################
2# TI Android Config Options
3# Use to set additional android options exclusively for TI products
4# Note:
5# Use kernel/configs/android-base.config to set google android base options
6# Use kernel/configs/android-recommended.config to set google android
7# recommended options
8###############################################################################
9CONFIG_MODULES=y
10CONFIG_CMDLINE="root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=am57xevmboard"
11CONFIG_CMDLINE_EXTEND=y
12CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y