summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorWalter Lozano <wlozano@collabora.com>2019-10-22 11:50:19 -0300
committerTom Rini <trini@konsulko.com>2019-10-30 17:48:47 -0400
commitc9acae3396e752d0ebe2880ab8304170e0d560a4 (patch)
treea492b70cea1039b7ac2189171bcc491f3596b88d /dts
parent90037eb483d3b84eab214a080e41efde85d9f2de (diff)
dts: Kconfig: Fix help for SPL_OF_CONTROL
As initially this feature was implemented as a negative CONFIG and later it was redesigned to be positive the help text should be updated to reflect this change. This commit updates the help text to match the current implementation. Signed-off-by: Walter Lozano <wlozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 c9ab66cccc..424193dfad 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -44,7 +44,7 @@ config SPL_OF_CONTROL
depends on SPL && OF_CONTROL
help
Some boards use device tree in U-Boot but only have 4KB of SRAM
- which is not enough to support device tree. Enable this option to
+ which is not enough to support device tree. Disable this option to
allow such boards to be supported by U-Boot SPL.
config TPL_OF_CONTROL