mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
fix: read and write MSR - repair number of parameters
This commit is contained in:
parent
19bf1fbad7
commit
a7bac7e9b5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue