Skip to content
Snippets Groups Projects
Commit b1d71358 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Minor code cleanup.

parent 4176c799
Branches
Tags
No related merge requests found
...@@ -41,8 +41,6 @@ struct sys_ctrl { ...@@ -41,8 +41,6 @@ struct sys_ctrl {
/* TODO: finish these */ /* TODO: finish these */
}; };
/* Fast ethernet controller registers /* Fast ethernet controller registers
*/ */
typedef struct fec { typedef struct fec {
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#define CFG_ENV_IS_IN_FLASH 1 #define CFG_ENV_IS_IN_FLASH 1
#endif #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)) #define CONFIG_COMMANDS ( CONFIG_CMD_DFL & ~(CFG_CMD_LOADB))
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment