kernel: boot: Fix double prompt definition for CONFIG_BOOT_DELAY
This fixes Kconfig warning: scripts/kconfig/conf --silentoldconfig Kconfig zephyr/kernel/Kconfig:209:warning: prompt redefined Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
f9636d6f7e
commit
b1e7481763
1 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ config BOOT_BANNER
|
||||||
also embeds a date & time stamp in the kernel and in each USAP image.
|
also embeds a date & time stamp in the kernel and in each USAP image.
|
||||||
|
|
||||||
config BOOT_DELAY
|
config BOOT_DELAY
|
||||||
int "milliseconds to delay boot"
|
int
|
||||||
prompt "Boot delay"
|
prompt "Boot delay in milliseconds"
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
This option delays bootup for the specified amount of
|
This option delays bootup for the specified amount of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue