doc: releases: 3.5: Fix COFNIG typo
Fixing a typo for a `Kconfig` option. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
a3c7152f92
commit
79b8285c6b
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ Build system and infrastructure
|
|||
* Build time priority checking: enable build time priority checking by default.
|
||||
This fails the build if the initialization sequence in the final ELF file
|
||||
does not match the devicetree hierarchy. It can be turned off by disabling
|
||||
the :kconfig:option:`COFNIG_CHECK_INIT_PRIORITIES` option.
|
||||
the :kconfig:option:`CONFIG_CHECK_INIT_PRIORITIES` option.
|
||||
|
||||
* Added a new ``initlevels`` target for printing the final device and
|
||||
:c:macro:`SYS_INIT` initialization sequence from the final ELF file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue