Skip to content

Commit 164022d

Browse files
iuliana-prodancfriedt
authored andcommitted
samples: openamp_rsc_table: use vendor-specific rsc table to reply to host
Update the imx8mp_evk_mimx8ml8_adsp board configuration to enable vendor-specific resource table features instead of FW_READY reply config. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 2e10e7f commit 164022d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/subsys/ipc/openamp_rsc_table/boards/imx8mp_evk_mimx8ml8_adsp.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ CONFIG_LOG_PRINTK=n
22
CONFIG_IPM_IMX_MAX_DATA_SIZE_16=n
33
CONFIG_IPM_IMX_MAX_DATA_SIZE_4=y
44
CONFIG_OPENAMP_WITH_DCACHE=y
5-
CONFIG_IPM_IMX_FW_READY_REPLY=y
5+
6+
#vendor-specific resource table
7+
CONFIG_OPENAMP_VENDOR_RSC_TABLE=y
8+
CONFIG_OPENAMP_VENDOR_RSC_TABLE_FILE="nxp_resource_table.c"

0 commit comments

Comments
 (0)