x86: image: drop unused ROOTDELAY variable
It's unused since commit 7427007193
("x86: remove the olpc subtarget,
it has been unmaintained for a long time").
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
b2255f3621
commit
9a267e6a4b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue