[U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.
Scott Wood
scottwood at freescale.com
Tue Aug 2 22:19:32 CEST 2011
Sorry for the delay, didn't see this the first time around -- just
noticed it in patchwork.
On Sat, Jul 16, 2011 at 12:06:44AM -0000, Heiko Schocher wrote:
> @@ -739,6 +743,10 @@ U_BOOT_CMD(
> "nand env.oob set off|partition - set enviromnent offset\n"
> "nand env.oob get - get environment offset"
> #endif
> +#ifdef CONFIG_CMD_NAND_HWFUNC
> + "\n"
> + "nand hwfunc " CONFIG_CMD_NAND_HWFUNC "\n"
> +#endif
Why not just define hardware-specific commands at whatever scope they
makes sense (board code, controller driver, etc.), rather than add a
generic hook here?
-Scott
More information about the U-Boot
mailing list