diff options
author | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 |
commit | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (patch) | |
tree | 9b8636853fefbfcd38e804ddccac013bd216d50e /include/configs/TASREG.h | |
parent | bea8e84b52ac3c499b5868978a29c20cf92cf88f (diff) | |
download | u-boot-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.tar.gz u-boot-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.tar.xz u-boot-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.zip |
Code cleanup.
Diffstat (limited to 'include/configs/TASREG.h')
-rw-r--r-- | include/configs/TASREG.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/TASREG.h b/include/configs/TASREG.h index 2d52a8b501..119bc2442b 100644 --- a/include/configs/TASREG.h +++ b/include/configs/TASREG.h @@ -51,9 +51,9 @@ #undef CONFIG_MONITOR_IS_IN_RAM /* no pre-loader required!!! ;-) */ #define CONFIG_COMMANDS ((CONFIG_CMD_DFL | \ - CFG_CMD_BSP | \ - CFG_CMD_EEPROM | \ - CFG_CMD_I2C ) & \ + CFG_CMD_BSP | \ + CFG_CMD_EEPROM | \ + CFG_CMD_I2C ) & \ ~(CFG_CMD_NET)) /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ |