diff options
| author | Tinku Mannan <tmannan@ti.com> | 2019-12-13 01:35:32 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-16 00:38:31 +0000 |
| commit | 54f6540bd29073d430f65a68e214c8675e106682 (patch) | |
| tree | dbfb34c8f49b4b5a9c493ba73641dedb9e7f53de /conf | |
| parent | 140a0b39582dc3085d617a50a645556485ea063e (diff) | |
| download | meta-ti-54f6540bd29073d430f65a68e214c8675e106682.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>
Diffstat (limited to 'conf')
| -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" |
