samples: openamp: prep for additional board support
Move board specific conf info boards/<BOARD>.conf to support other board/SoCs with this sample. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
64bd0951e4
commit
ccba01f372
4 changed files with 4 additions and 4 deletions
|
@ -0,0 +1,3 @@
|
|||
CONFIG_IPM_MCUX=y
|
||||
CONFIG_SLAVE_CORE_MCUX=y
|
||||
CONFIG_SLAVE_IMAGE_MCUX="${ZEPHYR_BINARY_DIR}/../openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
|
|
@ -1,8 +1,5 @@
|
|||
CONFIG_PRINTK=y
|
||||
CONFIG_IPM=y
|
||||
CONFIG_IPM_MCUX=y
|
||||
CONFIG_SLAVE_CORE_MCUX=y
|
||||
CONFIG_SLAVE_IMAGE_MCUX="${ZEPHYR_BINARY_DIR}/../openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
|
||||
CONFIG_TIMESLICE_SIZE=1
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
CONFIG_IPM_MCUX=y
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG_STDOUT_CONSOLE=n
|
||||
CONFIG_PRINTK=n
|
||||
CONFIG_IPM=y
|
||||
CONFIG_IPM_MCUX=y
|
||||
CONFIG_PLATFORM_SPECIFIC_INIT=n
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
||||
CONFIG_OPENAMP=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue