diff options
Diffstat (limited to 'include/configs/grsim.h')
| -rw-r--r-- | include/configs/grsim.h | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/include/configs/grsim.h b/include/configs/grsim.h index a9eaa4a2c..c3f1a3106 100644 --- a/include/configs/grsim.h +++ b/include/configs/grsim.h @@ -65,23 +65,23 @@  /*   * Supported commands   */ -#define CONFIG_CMD_AMBAPP	/* AMBA Plyg&Play information   */ -#define CONFIG_CMD_AUTOSCRIPT	/* Autoscript Support           */ -#define CONFIG_CMD_BDI		/* bdinfo                       */ -#define CONFIG_CMD_CONSOLE	/* coninfo                      */ +#define CONFIG_CMD_AMBAPP	/* AMBA Plyg&Play information	*/ +#define CONFIG_CMD_BDI		/* bdinfo			*/ +#define CONFIG_CMD_CONSOLE	/* coninfo			*/  #define CONFIG_CMD_DIAG -#define CONFIG_CMD_ECHO		/* echo arguments               */ -#define CONFIG_CMD_FPGA		/* FPGA configuration Support   */ +#define CONFIG_CMD_ECHO		/* echo arguments		*/ +#define CONFIG_CMD_FPGA		/* FPGA configuration Support	*/  #define CONFIG_CMD_IRQ -#define CONFIG_CMD_ITEST	/* Integer (and string) test    */ -#define CONFIG_CMD_LOADB	/* loadb                        */ -#define CONFIG_CMD_LOADS	/* loads                        */ +#define CONFIG_CMD_ITEST	/* Integer (and string) test	*/ +#define CONFIG_CMD_LOADB	/* loadb			*/ +#define CONFIG_CMD_LOADS	/* loads			*/  #define CONFIG_CMD_MISC		/* Misc functions like sleep etc */ -#define CONFIG_CMD_NET		/* bootp, tftpboot, rarpboot    */ +#define CONFIG_CMD_NET		/* bootp, tftpboot, rarpboot	*/  #define CONFIG_CMD_REGINFO -#define CONFIG_CMD_RUN		/* run command in env variable  */ -#define CONFIG_CMD_SETGETDCR	/* DCR support on 4xx           */ -#define CONFIG_CMD_XIMG		/* Load part of Multi Image     */ +#define CONFIG_CMD_RUN		/* run command in env variable	*/ +#define CONFIG_CMD_SETGETDCR	/* DCR support on 4xx		*/ +#define CONFIG_CMD_SOURCE	/* "source" command support	*/ +#define CONFIG_CMD_XIMG		/* Load part of Multi Image	*/  /*   * Autobooting |