]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: dra7xx: Define Android boot arguments
authorSemen Protsenko <semen.protsenko@linaro.org>
Wed, 16 Aug 2017 12:55:50 +0000 (15:55 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 26 Aug 2017 18:56:11 +0000 (14:56 -0400)
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
configs/dra7xx_evm_defconfig
configs/dra7xx_hs_evm_defconfig

index 4fff0cf734a56204988e736b0709170de44abb5f..0357abc6cd24a5c44c0cd65ff2a4d42f510d2bd5 100644 (file)
@@ -14,6 +14,8 @@ CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_ENV_IS_IN_FAT is not set
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS0,115200 androidboot.console=ttyS0 androidboot.hardware=jacinto6evmboard"
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_BOARD_EARLY_INIT_F=y
index 5572472d019057a56372984a6723a6ad197056bf..246de12543668be696e4c2de38d09b463786e982 100644 (file)
@@ -20,6 +20,8 @@ CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
 CONFIG_OF_BOARD_SETUP=y
 # CONFIG_ENV_IS_IN_FAT is not set
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="androidboot.serialno=${serial#} console=ttyS0,115200 androidboot.console=ttyS0 androidboot.hardware=jacinto6evmboard"
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_BOARD_EARLY_INIT_F=y