git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f7d550
)
arch: arm: mach-socfpga: Improve help info.
author
Tingting Meng
<tingting.meng@altera.com>
Mon, 4 Aug 2025 01:24:50 +0000
(18:24 -0700)
committer
Tien Fong Chee
<tien.fong.chee@intel.com>
Fri, 8 Aug 2025 14:20:52 +0000
(22:20 +0800)
To improve help info for bridge enable/disable command.
Signed-off-by: Tingting Meng <tingting.meng@altera.com>
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/mach-socfpga/misc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/misc.c
b/arch/arm/mach-socfpga/misc.c
index
eb0eeb7
..
a68ddd9
100644
(file)
--- a/
arch/arm/mach-socfpga/misc.c
+++ b/
arch/arm/mach-socfpga/misc.c
@@
-223,8
+223,8
@@
static int do_bridge(struct cmd_tbl *cmdtp, int flag, int argc,
U_BOOT_CMD(bridge, 3, 1, do_bridge,
"SoCFPGA HPS FPGA bridge control",
- "enable [mask] - Enable HPS-to-FPGA
, FPGA-to-HPS, LWHPS-to-FPGA
bridges\n"
- "bridge disable [mask] -
Enable HPS-to-FPGA, FPGA-to-HPS, LWHPS-to-FPGA
bridges\n"
+ "enable [mask] - Enable HPS-to-FPGA
(Bit 0), LWHPS-to-FPGA (Bit 1), FPGA-to-HPS (Bit 2)
bridges\n"
+ "bridge disable [mask] -
Disable HPS-to-FPGA (Bit 0), LWHPS-to-FPGA (Bit 1), FPGA-to-HPS (Bit 2)
bridges\n"
""
);