diff options
| author | Tinku Mannan <tmannan@ti.com> | 2019-12-13 01:35:32 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-14 00:26:50 +0000 |
| commit | ee8877cdb358b2551d6633036394180618f9a5c0 (patch) | |
| tree | 8a52df7569b8038566237c935a4e15e36f942fa4 | |
| parent | f8f3ab9106a6f4b8ed9023379c050c2985db5e6a (diff) | |
| download | meta-ti-ee8877cdb358b2551d6633036394180618f9a5c0.tar.gz | |
udma-lld: update recipe to include j7200_evm in j7 board list
Signed-off-by: Tinku Mannan <tmannan@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/j7-evm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index 0a0c5bd5..318435d9 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf | |||
| @@ -32,6 +32,6 @@ WKS_FILE ?= "sdimage-bootpart.wks" | |||
| 32 | do_image_wic[depends] += "u-boot:do_deploy" | 32 | do_image_wic[depends] += "u-boot:do_deploy" |
| 33 | 33 | ||
| 34 | # Set the list of device targets for ti-pdk class recipes | 34 | # Set the list of device targets for ti-pdk class recipes |
| 35 | TI_PDK_LIMIT_SOCS = "j721e" | 35 | TI_PDK_LIMIT_SOCS = "j721e j7200" |
| 36 | TI_PDK_LIMIT_BOARDS = "j721e_evm" | 36 | TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" |
| 37 | TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1" | 37 | TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1" |
