summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-08-17 10:16:36 +0200
committerTom Rini <trini@konsulko.com>2018-08-17 09:22:35 -0400
commit4adc6605a941bde217abcaf2d86eeb2bd7de6a77 (patch)
tree22af27d9b90a5110b947510181a021ca01de2188 /dts
parent004167048defc61cbef44a819e4afd4b18c0b7e5 (diff)
dts: Fix typo in OF_LIVE Kconfig help
Fix typo in Kconfig description. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 43f85c2f6f..8917f42444 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -61,7 +61,7 @@ config OF_LIVE
help
Normally U-Boot uses a flat device tree which saves space and
avoids the need to unpack the tree before use. However a flat
- tree does not support modifcation from within U-Boot since it
+ tree does not support modification from within U-Boot since it
can invalidate driver-model device tree offsets. This option
enables a live tree which is available after relocation,
and can be adjusted as needed.