diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-15 23:48:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-12 13:38:43 +0200 |
commit | bff56ab5484ac4d0ad593a20590cf570637f3f0c (patch) | |
tree | f77bbbac4bd34721ceaef4cd4f7567ace4583827 /boot | |
parent | e6b73b6548ffbed78b9979fe3b4f6f8848289749 (diff) | |
download | buildroot-novena-bff56ab5484ac4d0ad593a20590cf570637f3f0c.tar.gz buildroot-novena-bff56ab5484ac4d0ad593a20590cf570637f3f0c.zip |
grub/grub2: update splash image location
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/grub/grub.mk | 2 | ||||
-rw-r--r-- | boot/grub2/grub2.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 74ea77fb0..3805afec6 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -11,7 +11,7 @@ GRUB_CAT:=$(ZCAT) GRUB_DIR:=$(BUILD_DIR)/grub-0.97 GRUB_BINARY:=grub/grub GRUB_TARGET_BINARY:=sbin/grub -GRUB_SPLASHIMAGE=$(TOPDIR)/target/x86/grub/splash.xpm.gz +GRUB_SPLASHIMAGE=$(TOPDIR)/boot/grub/splash.xpm.gz GRUB_CFLAGS=-DSUPPORT_LOOPDEV diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk index 06e15240a..24f1e1a27 100644 --- a/boot/grub2/grub2.mk +++ b/boot/grub2/grub2.mk @@ -11,7 +11,7 @@ GRUB2_CAT:=$(ZCAT) GRUB2_DIR:=$(BUILD_DIR)/grub-1.95 GRUB2_BINARY:=grub2/grub2 GRUB2_TARGET_BINARY:=sbin/grub2 -GRUB2_SPLASHIMAGE=$(TOPDIR)/target/x86/grub/splash.xpm.gz +GRUB2_SPLASHIMAGE=$(TOPDIR)/boot/grub/splash.xpm.gz GRUB2_CFLAGS=-DSUPPORT_LOOPDEV |