Minor code cleanup.

This commit is contained in:
Wolfgang Denk 2006-06-10 22:00:40 +02:00
parent 4176c79964
commit b1d71358a9
7 changed files with 51 additions and 53 deletions

View File

@ -41,8 +41,6 @@ struct sys_ctrl {
/* TODO: finish these */
};
/* Fast ethernet controller registers
*/
typedef struct fec {

View File

@ -68,7 +68,7 @@
#define CFG_ENV_IS_IN_FLASH 1
#endif
//#define CONFIG_COMMANDS ( CONFIG_CMD_DFL & ~(CFG_CMD_LOADS | CFG_CMD_LOADB) )
/*#define CONFIG_COMMANDS ( CONFIG_CMD_DFL & ~(CFG_CMD_LOADS | CFG_CMD_LOADB) ) */
#define CONFIG_COMMANDS ( CONFIG_CMD_DFL & ~(CFG_CMD_LOADB))
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */