x86: image: drop unused ROOTDELAY variable
It's unused since commit7427007193("x86: remove the olpc subtarget, it has been unmaintained for a long time"). Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit9a267e6a4b)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
05f0b8d18b
commit
58e0c0feec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user