]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fix: read and write MSR - repair number of parameters
authorMichal Simek <monstr@monstr.eu>
Mon, 7 May 2007 17:43:10 +0000 (19:43 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 7 May 2007 17:43:10 +0000 (19:43 +0200)
common/cmd_mfsl.c

index ca8a8897d57636aec9e688c7f1f5457a2e0074e5..7aa37afd3fa70727726820677fd6d55f52b20616 100644 (file)
@@ -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 */