Procházet zdrojové kódy

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 před 9 roky
rodič
revize
9a267e6a4b
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      target/linux/x86/image/Makefile

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

@@ -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