summaryrefslogtreecommitdiff
path: root/package/uboot-tools
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 23:13:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-07 23:13:09 +0200
commit71514dac87b60ec74ea1b0378941605a23aed1f0 (patch)
tree5856a9e23b82cf6e288a164a3eb463e2441cf69f /package/uboot-tools
parentb5d9900842e08e8ac5b9ad43234acf7ec63542ba (diff)
uboot-tools: fix minor typo in Config.in file
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/uboot-tools')
-rw-r--r--package/uboot-tools/Config.in2
-rw-r--r--package/uboot-tools/Config.in.host2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in
index c663230f6..88d622560 100644
--- a/package/uboot-tools/Config.in
+++ b/package/uboot-tools/Config.in
@@ -14,7 +14,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
help
Enables support for Flattened Image Tree (FIT).
- This option allows to boot the new uImage structrure,
+ This option allows to boot the new uImage structure,
Flattened Image Tree. FIT is formally a FDT, which can include
images of various types (kernel, FDT blob, ramdisk, etc.)
in a single blob. To boot this new uImage structure,
diff --git a/package/uboot-tools/Config.in.host b/package/uboot-tools/Config.in.host
index 406d9ff9e..52a4c2ec3 100644
--- a/package/uboot-tools/Config.in.host
+++ b/package/uboot-tools/Config.in.host
@@ -13,7 +13,7 @@ config BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT
help
Enables support for Flattened Image Tree (FIT).
- This option allows to boot the new uImage structrure,
+ This option allows to boot the new uImage structure,
Flattened Image Tree. FIT is formally a FDT, which can include
images of various types (kernel, FDT blob, ramdisk, etc.)
in a single blob. To boot this new uImage structure,