From 58e0c0feec699e839925abcadb83c95f9594d477 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sat, 11 Mar 2017 23:03:11 +0100 Subject: [PATCH] x86: image: drop unused ROOTDELAY variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 9a267e6a4b08d1fa2a98523e5eb9f2325c9506e2) --- target/linux/x86/image/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 965737ac63..a2df0af301 100644 --- a/target/linux/x86/image/Makefile +++ b/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 -- 2.30.2