mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/psplash: drop 'default n' for fullscreen mode
Commita028f0a51d("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> (cherry picked from commitb6cc7b874a) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
2ca5bf309a
commit
6ea56ca6e1
@@ -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