boot/Kconfig: fix comments syntax error
Fix comments syntax error in SPL_LOAD_FIT_APPLY_OVERLAY description. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a76315052b
commit
b42303723a
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ config SPL_LOAD_FIT_APPLY_OVERLAY
|
|||
depends on SPL_LOAD_FIT
|
||||
select OF_LIBFDT_OVERLAY
|
||||
help
|
||||
The device tree is loaded from the FIT image. Allow the SPL is to
|
||||
The device tree is loaded from the FIT image. Allow the SPL to
|
||||
also load device-tree overlays from the FIT image an apply them
|
||||
over the device tree.
|
||||
|
||||
|
|
Loading…
Reference in a new issue