x86: image: drop unused ROOTDELAY variable

It's unused since commit 7427007193 ("x86: remove the olpc subtarget,
it has been unmaintained for a long time").

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Rafał Miłecki 2017-03-11 23:03:11 +01:00 committed by Felix Fietkau
parent b2255f3621
commit 9a267e6a4b

View file

@ -97,8 +97,6 @@ ifneq ($(CONFIG_GRUB_IMAGES),)
endef
endif
ROOTDELAY=10
define Image/Build/squashfs
dd if=/dev/zero bs=128k count=1 >> $(KDIR)/root.squashfs
endef