ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
[oweals/u-boot.git] / board / amcc / sequoia / cmd_sequoia.c
index c840748d43ddf84696d23933c7d623bdd30bd1e8..6dfd8ba381fc7552064380d69cb689e2a01ae01c 100644 (file)
@@ -226,6 +226,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        bootstrap,      2,      0,      do_bootstrap,
-       "bootstrap - program the I2C bootstrap EEPROM\n",
+       "program the I2C bootstrap EEPROM",
        "<nand|nor> - strap to boot from NAND or NOR flash\n"
        );