diff options
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/grub/Config.in | 2 | ||||
-rw-r--r-- | target/x86/grub2/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in index b46af1517..bc7a73e73 100644 --- a/target/x86/grub/Config.in +++ b/target/x86/grub/Config.in @@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH depends on BR2_TARGET_GRUB help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in index f9458b185..752639993 100644 --- a/target/x86/grub2/Config.in +++ b/target/x86/grub2/Config.in @@ -8,6 +8,6 @@ config BR2_TARGET_GRUB2_SPLASH depends on BR2_TARGET_GRUB2 help Add support for splashimage. - + A splashimage is a 14-color indexed .xpm picture which is displayed as background for the grub menu. |