diff options
author | Praneeth Bajjuri | 2019-03-28 18:19:36 -0500 |
---|---|---|
committer | Praneeth Bajjuri | 2019-03-28 12:25:52 -0500 |
commit | 609ac84a9eb18d74c620eaccfec188a8e2c523da (patch) | |
tree | 3804228307e2b497d73a6e357aa7007f1443364a | |
parent | c73f8418cb2b4d5660464392b34b969a20311ab6 (diff) | |
download | device-ti-j721e-609ac84a9eb18d74c620eaccfec188a8e2c523da.tar.gz device-ti-j721e-609ac84a9eb18d74c620eaccfec188a8e2c523da.tar.xz device-ti-j721e-609ac84a9eb18d74c620eaccfec188a8e2c523da.zip |
BoardConfig.mk: set value for TARGET_BOOTLOADER_BOARD_NAME
set value for TARGET_BOOTLOADER_BOARD_NAME
so that there will be value for ro.product.board property,
and fix the vts execution problem
Log:
E/VtsMultiDeviceTest: Device 0e005017394200e2 not available.
E/GranularRetriableTestWrapper: Failed to get device information
java.lang.RuntimeException: Failed to get device information
Similar to fix in aosp:
https://android.googlesource.com/device/ti/beagle-x15/+/6970cd55dc1d1ffb6fca86f50890478d6be108f5
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Tested-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org>
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index a658b6e..938c06c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk | |||
@@ -15,6 +15,7 @@ | |||
15 | # | 15 | # |
16 | 16 | ||
17 | TARGET_BOARD_PLATFORM := am65x | 17 | TARGET_BOARD_PLATFORM := am65x |
18 | TARGET_BOOTLOADER_BOARD_NAME := am65xevmboard | ||
18 | 19 | ||
19 | TARGET_ARCH := arm64 | 20 | TARGET_ARCH := arm64 |
20 | TARGET_ARCH_VARIANT := armv8-a | 21 | TARGET_ARCH_VARIANT := armv8-a |