Newer
Older
printf ("Automatic boot of image at addr 0x%08lx ...\n", addr);
do_bootm (cmdtp, 0, 1, local_args);
rcode = 1;
}
return rcode;
}
U_BOOT_CMD(
nboot, 4, 1, do_nandboot,
"nboot - boot from NAND device\n",
"loadAddr dev\n"
);
Bartlomiej Sieka
committed
#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) */
Bartlomiej Sieka
committed
#endif /* CFG_NAND_LEGACY */