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:
Paul Sokolovsky 2017-07-19 00:15:42 +03:00 committed by Anas Nashif
commit b1e7481763

View file

@ -205,8 +205,8 @@ config BOOT_BANNER
also embeds a date & time stamp in the kernel and in each USAP image.
config BOOT_DELAY
int "milliseconds to delay boot"
prompt "Boot delay"
int
prompt "Boot delay in milliseconds"
default 0
help
This option delays bootup for the specified amount of