doc: sysbuild: Fix namespace example
The namespace example seems to have a typo missing the CONFIG_ part of the kconfig argument in the mcuboot target, fix it. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
3850c92570
commit
5f938228fd
1 changed files with 2 additions and 2 deletions
4
doc/build/sysbuild/index.rst
vendored
4
doc/build/sysbuild/index.rst
vendored
|
@ -170,7 +170,7 @@ applying to both images debug optimizations:
|
|||
:board: reel_board
|
||||
:goals: build
|
||||
:west-args: --sysbuild
|
||||
:gen-args: -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_DEBUG_OPTIMIZATIONS=y
|
||||
:gen-args: -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_CONFIG_DEBUG_OPTIMIZATIONS=y
|
||||
:compact:
|
||||
|
||||
.. group-tab:: ``cmake``
|
||||
|
@ -180,7 +180,7 @@ applying to both images debug optimizations:
|
|||
:app: share/sysbuild
|
||||
:board: reel_board
|
||||
:goals: build
|
||||
:gen-args: -DAPP_DIR=samples/hello_world -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_DEBUG_OPTIMIZATIONS=y
|
||||
:gen-args: -DAPP_DIR=samples/hello_world -DSB_CONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_DEBUG_OPTIMIZATIONS=y -Dmcuboot_CONFIG_DEBUG_OPTIMIZATIONS=y
|
||||
:compact:
|
||||
|
||||
See the following subsections for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue