Minor code cleanup.
This commit is contained in:
parent
4176c79964
commit
b1d71358a9
|
@ -41,8 +41,6 @@ struct sys_ctrl {
|
|||
/* TODO: finish these */
|
||||
};
|
||||
|
||||
|
||||
|
||||
/* Fast ethernet controller registers
|
||||
*/
|
||||
typedef struct fec {
|
||||
|
|
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue