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" do_image_wic[depends] += "u-boot:do_deploy" # Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS = "j721e" -TI_PDK_LIMIT_BOARDS = "j721e_evm" +TI_PDK_LIMIT_SOCS = "j721e j7200" +TI_PDK_LIMIT_BOARDS = "j721e_evm j7200_evm" TI_PDK_LIMIT_CORES = "mpu1_0 mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1"