x86: image: drop unneeded grub call

It appears there isn't any Image/Build/grub/* define so this step looks
redundant.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit f5d403488e)
lede-17.01
Rafał Miłecki 2017-03-11 23:03:12 +01:00 committed by Jo-Philipp Wich
parent 58e0c0feec
commit 1411493569
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ ifneq ($(CONFIG_GRUB_IMAGES),)
-d "$(KDIR)/grub2" \
-r "hd0,msdos1" \
"$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img"
$(call Image/Build/grub/$(1))
endef
endif