diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-17 08:39:20 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:38:44 +0200 |
commit | 1d73ef9449f6ff0d5d3d9c93291c8869b27830cc (patch) | |
tree | 31d6dc581ed0c5abd046e8c88e9ef02005bd4fbe /boot/grub2/Config.in | |
parent | d36fbf1eda3baf5e1a875d8335e4ecef8aa10e65 (diff) | |
download | buildroot-novena-1d73ef9449f6ff0d5d3d9c93291c8869b27830cc.tar.gz buildroot-novena-1d73ef9449f6ff0d5d3d9c93291c8869b27830cc.zip |
grub2: remove non-existing options
Much of the grub2.mk seems to have been copy/pasted from
grub.mk. However, all the network/splashimage related ./configure
options do not exist in grub2.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/grub2/Config.in')
-rw-r--r-- | boot/grub2/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in index 752639993..d27cb4cd5 100644 --- a/boot/grub2/Config.in +++ b/boot/grub2/Config.in @@ -2,12 +2,3 @@ config BR2_TARGET_GRUB2 bool "grub2" help The GRand Unified Bootloader for x86 systems, take #2. - -config BR2_TARGET_GRUB2_SPLASH - bool "Splashimage support" - 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. |