diff mbox series

[U-Boot] dts: Kconfig: Fix help for SPL_OF_CONTROL

Message ID 20191022145019.10477-1-wlozano@collabora.com
State Accepted
Commit c9acae3396e752d0ebe2880ab8304170e0d560a4
Delegated to: Tom Rini
Headers show
Series [U-Boot] dts: Kconfig: Fix help for SPL_OF_CONTROL | expand

Commit Message

Walter Lozano Oct. 22, 2019, 2:50 p.m. UTC
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>
---
 dts/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Oct. 30, 2019, 1:49 a.m. UTC | #1
On Tue, 22 Oct 2019 at 08:50, Walter Lozano <wlozano@collabora.com> wrote:
>
> 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>
> ---
>  dts/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Nov. 1, 2019, 1:31 p.m. UTC | #2
On Tue, Oct 22, 2019 at 11:50:19AM -0300, Walter Lozano wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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