From: Shiji Yang Date: Tue, 9 Dec 2025 10:47:32 +0000 (+0800) Subject: uboot-mediatek: fix readmem command help message X-Git-Tag: v25.12.0-rc1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409b2f41a1ae281259ba3dcae8a4dc4a491e4975;p=thirdparty%2Fopenwrt.git uboot-mediatek: fix readmem command help message Correct the order of the arguments. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/21109 Signed-off-by: Hauke Mehrtens --- diff --git a/package/boot/uboot-mediatek/patches/220-cmd-env-readmem.patch b/package/boot/uboot-mediatek/patches/220-cmd-env-readmem.patch index 7d4018a1a4d..0dd2cdd760e 100644 --- a/package/boot/uboot-mediatek/patches/220-cmd-env-readmem.patch +++ b/package/boot/uboot-mediatek/patches/220-cmd-env-readmem.patch @@ -104,7 +104,7 @@ +U_BOOT_CMD_COMPLETE( + readmem, CONFIG_SYS_MAXARGS, 3, do_env_readmem, + "get environment variable from memory address", -+ "name [-b] address size\n" ++ "[-b] name address size\n" + " - store memory address to env variable\n" + " \"-b\": read binary ethaddr", + var_complete