aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-10-17 15:48:10 -0500
committerLokesh Vutla2018-10-18 19:43:39 -0500
commitf48f3bffcdfc9994e9b5e4b2ae4feef40c51de5e (patch)
tree814648708251a0f1f518e9eaef3cebec14d7e452
parent09dbc1ed35e6226cb5957d996137c7d43b03d27f (diff)
downloadu-boot-f48f3bffcdfc9994e9b5e4b2ae4feef40c51de5e.tar.gz
u-boot-f48f3bffcdfc9994e9b5e4b2ae4feef40c51de5e.tar.xz
u-boot-f48f3bffcdfc9994e9b5e4b2ae4feef40c51de5e.zip
arm: am65x: Define Android boot arguments
Define Android boot arguments Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Andrew F. Davis <afd@ti.com>
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 68274ba3f0..f1a5a9475b 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -56,6 +56,8 @@ CONFIG_SPL_OF_CONTROL=y
56CONFIG_SPL_MULTI_DTB_FIT=y 56CONFIG_SPL_MULTI_DTB_FIT=y
57CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y 57CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
58CONFIG_ENV_IS_IN_MMC=y 58CONFIG_ENV_IS_IN_MMC=y
59CONFIG_USE_BOOTARGS=y
60CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS2,115200 androidboot.console=ttyS2 androidboot.hardware=am65xevmboard"
59CONFIG_NET_RANDOM_ETHADDR=y 61CONFIG_NET_RANDOM_ETHADDR=y
60CONFIG_DM=y 62CONFIG_DM=y
61CONFIG_SPL_DM=y 63CONFIG_SPL_DM=y