diff --git a/common/cmd_fdt.c b/common/cmd_fdt.c index c129993a91..94bca4646a 100644 --- a/common/cmd_fdt.c +++ b/common/cmd_fdt.c @@ -820,6 +820,6 @@ U_BOOT_CMD( "fdt rsvmem delete - Delete a mem reserves\n" "fdt chosen [ ] - Add/update the /chosen branch in the tree\n" " / - initrd start/end addr\n" - "NOTE: If the path or property you are setting/printing has a '#' character\n" - " or spaces, you MUST escape it with a \\ character or quote it with \".\n" + "NOTE: Dereference aliases by omiting the leading '/', " + "e.g. fdt print ethernet0.\n" );