mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Minor code cleanup.
This commit is contained in:
parent
4176c79964
commit
b1d71358a9
@ -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 @@
|
|||||||
#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) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user