Skip to content

Commit 8d440e2

Browse files
committed
descrube update #9191 custom LOGLEVEL with UBOOT_LOGLEVEL (default to 6)
1 parent 57723b2 commit 8d440e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/Developer-Guide_Build-Switches.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,13 @@ Example:
320320
./compile.sh SHARE_LOG=yes
321321
```
322322

323+
**UBOOT_LOGLEVEL** ( `integer` )
324+
325+
- `0` to `9`: set U-Boot log verbosity level
326+
- `6`: (default)
327+
328+
Controls the U-Boot bootloader log level during image building. Lower values produce less verbose output. This affects `CONFIG_LOGLEVEL` and `CONFIG_LOG_MAX_LEVEL` in U-Boot configuration.
329+
323330
# Build options below need to be retested and added above (COULD BE DEPRECATED)
324331

325332
:warning: DO NOT USE! Obsolete documentation, new documentation above is in progress.

0 commit comments

Comments
 (0)