diff mbox series

[1/1] cmd: improve description of the cdp command

Message ID 20241111095035.35319-1-heinrich.schuchardt@canonical.com
State Accepted
Commit 0e3cd1313f031acd7e2e29b5742e625f842b52fa
Delegated to: Tom Rini
Headers show
Series [1/1] cmd: improve description of the cdp command | expand

Commit Message

Heinrich Schuchardt Nov. 11, 2024, 9:50 a.m. UTC
Users might not know what 'CDP' refers to. Provide basic information.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 cmd/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Tom Rini Nov. 23, 2024, 2:41 a.m. UTC | #1
On Mon, Nov 11, 2024 at 10:50:35AM +0100, Heinrich Schuchardt wrote:

> Users might not know what 'CDP' refers to. Provide basic information.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

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

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 636833646f6..c55a39600c3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2016,7 +2016,9 @@  config CMD_PING6
 config CMD_CDP
 	bool "cdp"
 	help
-	  Perform CDP network configuration
+	  The cdp command is used to announce the U-Boot device in the network
+	  and to retrieve configuration data including the VLAN id using the
+	  proprietary Cisco Discovery Protocol (CDP).
 
 config CMD_SNTP
 	bool "sntp"