aboutsummaryrefslogtreecommitdiff
path: root/cmd/pxe.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-08-15 10:39:41 -0400
committerTom Rini <trini@konsulko.com>2023-08-15 10:39:41 -0400
commitbdc682437a67b47a382edfa30f58f8271b8acfed (patch)
treea57e22d5bb8a7b789878f455397d9d76b6fdb170 /cmd/pxe.c
parent51171cdd6dc9af8e74bbdb1f3e46c15187f7e979 (diff)
parentaaf5b5923054efbf1244dc7fbae68d0bd2a03cf7 (diff)
Merge branch '2023-08-14-assorted-general-updates' into next
- Assorted PCI-related fixes, add Apple Type-C PHY support, semihosting updates, fix a FAT corner-case, update the help on the pxe cmd and clean up the gpio uclass slightly.
Diffstat (limited to 'cmd/pxe.c')
-rw-r--r--cmd/pxe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/pxe.c b/cmd/pxe.c
index 677142520b..7bfb1b9b28 100644
--- a/cmd/pxe.c
+++ b/cmd/pxe.c
@@ -333,8 +333,7 @@ static int do_pxe(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
}
U_BOOT_CMD(pxe, 4, 1, do_pxe,
- "commands to get and boot from pxe files\n"
- "To use IPv6 add -ipv6 parameter",
+ "get and boot from pxe files",
"get [" USE_IP6_CMD_PARAM "] - try to retrieve a pxe file using tftp\n"
"pxe boot [pxefile_addr_r] [-ipv6] - boot from the pxe file at pxefile_addr_r\n"
);