mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 17:13:28 +08:00
fix: read and write MSR - repair number of parameters
This commit is contained in:
parent
19bf1fbad7
commit
a7bac7e9b5
@ -265,7 +265,7 @@ U_BOOT_CMD (fwr, 4, 1, do_fwr,
|
||||
"fwr - write data to FSL\n",
|
||||
"- [fslnum data [0|x]], (0 - non blocking|x - blocking).\n");
|
||||
|
||||
U_BOOT_CMD (rmsr, 3, 1, do_rmsr,
|
||||
U_BOOT_CMD (rmsr, 2, 1, do_rmsr,
|
||||
"rmsr - read MSR register\n", "- read MSR register.\n");
|
||||
|
||||
#endif /* CONFIG_MICROBLAZE & CFG_CMD_MFSL */
|
||||
|
Loading…
Reference in New Issue
Block a user