Skip to content

Commit 227f0e4

Browse files
iuliana-prodancfriedt
authored andcommitted
samples: openamp_rsc_table: use vendor-specific rsc table to reply to host
Update for both 8QM and 8QXP, the nxp_openamp_imx8-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 164022d commit 227f0e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/subsys/ipc/openamp_rsc_table/snippets/nxp-openamp-imx8-adsp.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ 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
65
CONFIG_SHELL=n
6+
7+
#vendor-specific resource table
8+
CONFIG_OPENAMP_VENDOR_RSC_TABLE=y
9+
CONFIG_OPENAMP_VENDOR_RSC_TABLE_FILE="nxp_resource_table.c"

0 commit comments

Comments
 (0)