Переглянути джерело

x86: image: drop unused ROOTDELAY variable

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

Signed-off-by: Rafał Miłecki <[email protected]>
Rafał Miłecki 9 роки тому
батько
коміт
9a267e6a4b
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      target/linux/x86/image/Makefile

+ 0 - 2
target/linux/x86/image/Makefile

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