mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/psplash: drop 'default n' for fullscreen mode
Commit a028f0a51d ("package/psplash: add support for fullscreen config
option") added a 'default n' line to Config.in, but booleans default to 'n',
so we typically do not add such redundant lines.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
9e5c345ab1
commit
b6cc7b874a
@@ -49,7 +49,6 @@ config BR2_PACKAGE_PSPLASH_STARTUP_MSG
|
||||
|
||||
config BR2_PACKAGE_PSPLASH_FULL_SCREEN
|
||||
bool "use fullscreen mode"
|
||||
default n
|
||||
help
|
||||
Enable displaying the psplash image in fullscreen mode.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user