[PATCH] commands/Kconfig: fix typo in CMD_OF_FIXUP_STATUS help

Christian Hemp c.hemp at phytec.de
Thu Aug 18 05:21:16 PDT 2016


The command is of_fixup_status and not of_fixup_node.

Signed-off-by: Christian Hemp <c.hemp at phytec.de>
---
 commands/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index decd45d..3c79831 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -2058,7 +2058,7 @@ config CMD_OF_FIXUP_STATUS
 	help
 	  Register a fixup to enable or disable node
 
-	  Usage: of_fixup_node [-d] path
+	  Usage: of_fixup_status [-d] path
 
 	  Options:
 		  -d		disable node
-- 
1.9.1




More information about the barebox mailing list