diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:58:10 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 23:59:21 +0000 |
commit | ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22 (patch) | |
tree | dae4a92b92e25d3a2b2cce37aac7456a97d305f7 /include/image-commands.mk | |
parent | 1ca5de13a153061feae260864d73d96f7c463785 (diff) | |
download | upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.gz upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.tar.bz2 upstream-ebcb4f1d0a091d1fa87d6aa04ecae355ef23ef22.zip |
treewide: fix spelling 'seperate' -> 'separate'
This popular spelling mistake was also introduced by myself lately.
Fix it everywhere.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'include/image-commands.mk')
-rw-r--r-- | include/image-commands.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk index a1edc3265e..10b23e027b 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -210,7 +210,7 @@ define Build/fit $(if $(word 2,$(1)),-d $(word 2,$(1))) -C $(word 1,$(1)) \ $(if $(findstring with-rootfs,$(word 3,$(1))),-r $(IMAGE_ROOTFS)) \ $(if $(findstring with-initrd,$(word 3,$(1))), \ - $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS_SEPERATE), \ + $(if $(CONFIG_TARGET_ROOTFS_INITRAMFS_SEPARATE), \ -i $(KERNEL_BUILD_DIR)/initrd.cpio$(strip $(call Build/initrd_compression)))) \ -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \ $(if $(DEVICE_FDT_NUM),-n $(DEVICE_FDT_NUM)) \ |