Home
last modified time | relevance | path

Searched refs:DELAY_STR (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/kernel/
Dbanner.c13 #define DELAY_STR STRINGIFY(CONFIG_BOOT_DELAY) macro
14 #define BANNER_POSTFIX " (delayed boot " DELAY_STR "ms)"
31 printk("***** delaying boot " DELAY_STR "ms (per build configuration) *****\n"); in boot_banner()