grub: really disable splash screen support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Dec 2013 14:56:38 +0000 (15:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Dec 2013 11:18:30 +0000 (12:18 +0100)
commit6d65d8ba13dd75e6f774bc81b415889d8127ea40
tree3a77574c32906168381371c4d943a60b70d0fc0a
parent418c3a2f90e409a7707b825d26d4bfaeb2913f3e
grub: really disable splash screen support

When BR2_TARGET_GRUB_SPLASH is enabled, we were passing
--enable-graphics, but when it was disabled, we were not doing
anything. However, in Grub, graphics support is enabled by default,
and you have to pass --disable-graphics to disable it.

Fix this by passing --enable-graphics or --disable-graphics as
appropriate.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
boot/grub/grub.mk