Revert useless and wrong parts
This commit is contained in:
parent
06f1ed913e
commit
7428eb2cf6
2 changed files with 1 additions and 7 deletions
|
@ -25,13 +25,6 @@ kernel_img_CFLAGS = $(COMMON_CFLAGS)
|
||||||
kernel_img_ASFLAGS = $(COMMON_ASFLAGS)
|
kernel_img_ASFLAGS = $(COMMON_ASFLAGS)
|
||||||
kernel_img_LDFLAGS += $(COMMON_LDFLAGS) -Wl,-N,-S,-Ttext,0x200000,-Bstatic
|
kernel_img_LDFLAGS += $(COMMON_LDFLAGS) -Wl,-N,-S,-Ttext,0x200000,-Bstatic
|
||||||
|
|
||||||
# Utilities.
|
|
||||||
sbin_UTILITIES = grub-ofpathname
|
|
||||||
|
|
||||||
# For grub-ofpathname.
|
|
||||||
grub_ofpathname_SOURCES = util/ieee1275/grub-ofpathname.c \
|
|
||||||
util/ieee1275/ofpath.c util/misc.c gnulib/progname.c
|
|
||||||
|
|
||||||
# Scripts.
|
# Scripts.
|
||||||
sbin_SCRIPTS = grub-install
|
sbin_SCRIPTS = grub-install
|
||||||
bin_SCRIPTS = grub-mkrescue
|
bin_SCRIPTS = grub-mkrescue
|
||||||
|
|
|
@ -441,6 +441,7 @@ init_info (struct grub_setup_info *gp)
|
||||||
gp->dev_map = NULL;
|
gp->dev_map = NULL;
|
||||||
gp->root_dev = NULL;
|
gp->root_dev = NULL;
|
||||||
gp->prefix = NULL;
|
gp->prefix = NULL;
|
||||||
|
gp->dest_dev = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue