Skip to content

Commit

Permalink
samples: openamp_rsc_table: move arch specific config from project
Browse files Browse the repository at this point in the history
The CONFIG_PLATFORM_SPECIFIC_INIT is ARM specific, so move this to
board config file, rather than project config.
It should be no restriction to run the openamp_rsc_table sample on other,
non-arm, platforms.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
  • Loading branch information
iuliana-prodan authored and nashif committed Jun 24, 2023
1 parent bd0d98b commit f7c1f91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_PLATFORM_SPECIFIC_INIT=n
1 change: 0 additions & 1 deletion samples/subsys/ipc/openamp_rsc_table/prj.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CONFIG_KERNEL_BIN_NAME="zephyr_openamp_rsc_table"
CONFIG_PRINTK=n
CONFIG_IPM=y
CONFIG_PLATFORM_SPECIFIC_INIT=n
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_HEAP_MEM_POOL_SIZE=1024
CONFIG_OPENAMP=y
Expand Down

0 comments on commit f7c1f91

Please sign in to comment.