diff options
| author | Hugo Villeneuve <[email protected]> | 2023-04-24 16:51:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-03 18:30:46 -0400 |
| commit | b42303723a5feeec027126c7b7cb962fbbd9a513 (patch) | |
| tree | 49022e0319a9f1f2a6e0e15cc9881207dab23702 /boot | |
| parent | a76315052b93e73444c4703b610660ccbd38deda (diff) | |
boot/Kconfig: fix comments syntax error
Fix comments syntax error in SPL_LOAD_FIT_APPLY_OVERLAY description.
Signed-off-by: Hugo Villeneuve <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index d95a2a70266..8c27f52ec3e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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. |
