Skip to content
Snippets Groups Projects
Commit a7bac7e9 authored by Michal Simek's avatar Michal Simek
Browse files

fix: read and write MSR - repair number of parameters

parent 19bf1fba
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment