diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx53evk.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 0a7983306..b46855f7e 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -88,6 +88,9 @@  #define CONFIG_CMD_NET  #define CONFIG_CMD_DATE +/* Miscellaneous commands */ +#define CONFIG_CMD_BMODE +  /* allow to overwrite serial and ethaddr */  #define CONFIG_ENV_OVERWRITE  #define CONFIG_CONS_INDEX		1 |