
7 Mar
2014
7 Mar
'14
8:40 p.m.
On 02/27/2014 06:22 PM, Prabhakar Kushwaha wrote:
T1040RDB and T1042RDB_PI has CPLD. Here CPLD controls board mux/features.
This support of CPLD includes
- files and register defintion
- Commands to swtich alternate bank and default bank
Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
Changes for v2:
- Updated the cpld command
Changes for v3:
- fix typo
<snip>
+U_BOOT_CMD(
- cpld, CONFIG_SYS_MAXARGS, 1, do_cpld,
- "Reset the board or alternate bank",
- "reset - hard reset to default bank\n"
- "cpld_cmd reset altbank - reset to alternate bank\n"
+#ifdef DEBUG
- "cpld_cmd dump - display the CPLD registers\n"
+#endif
More to fix. Please keep the command consistent. I think you want to use cpld, instead of cpld_cmd.
York