Skip to content
Snippets Groups Projects
Commit d514544f authored by Joe Hershberger's avatar Joe Hershberger Committed by Tom Rini
Browse files

CONFIG_BOOTDELAY default should not affect runtime


Because the code that handles bootdelay is compiled in conditionally
based on the default value, you are restricted in the default,
regardless of what you want the runtime options to be.

Change the source to always check if any default is given so that other
values can be selected and used at runtime.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent fe492cee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment