dts: Kconfig: Fix help for SPL_OF_CONTROL
authorWalter Lozano <wlozano@collabora.com>
Tue, 22 Oct 2019 14:50:19 +0000 (11:50 -0300)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:47 +0000 (17:48 -0400)
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>
dts/Kconfig

index c9ab66cccc817910979f35699a8f8ffa6b5e1987..424193dfadd4c6e8a22673a0b4febf0083ee06a1 100644 (file)
@@ -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