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>
(cherry picked from commit b6cc7b874a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Peter Korsgaard
2025-11-12 12:06:41 +01:00
committed by Thomas Perale
parent 2ca5bf309a
commit 6ea56ca6e1

View File

@@ -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.