x86: image: drop unused ROOTDELAY variable
[openwrt/staging/chunkeey.git] / target / linux / x86 / image / Makefile
index 965737ac631f3867c0d36963a86f7729ae25bd26..a2df0af3019cd38f3643ca63278e0362b7b1e996 100644 (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