]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_otp.c
mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
[u-boot] / common / cmd_otp.c
index 4be43448a8945ed3b31e8dace5d34194f823e04b..30af5a31a843ffcc62782c76b376ddb890d472ff 100644 (file)
@@ -233,4 +233,5 @@ U_BOOT_CMD(otp, 7, 0, do_otp,
        "otp write [--force] <addr> <page> [count] [half]\n"
        " - write 'count' half-pages starting at 'page' (offset 'half') from 'addr'\n"
        "otp lock <page> <count>\n"
-       " - lock 'count' pages starting at 'page'\n");
+       " - lock 'count' pages starting at 'page'"
+);