[U-Boot] [PATCH] dts: Fix typo in OF_LIVE Kconfig help

Fix typo in Kconfig description.
Signed-off-by: Michal Simek michal.simek@xilinx.com ---
dts/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/Kconfig b/dts/Kconfig index 43f85c2f6f44..8917f4244459 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.

On Fri, Aug 17, 2018 at 10:16:36AM +0200, Michal Simek wrote:
Fix typo in Kconfig description.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini