Skip to content
Snippets Groups Projects
Commit 9a267e6a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Felix Fietkau
Browse files

x86: image: drop unused ROOTDELAY variable


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

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
parent b2255f36
No related branches found
No related tags found
No related merge requests found
...@@ -97,8 +97,6 @@ ifneq ($(CONFIG_GRUB_IMAGES),) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment