diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-01-25 07:54:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-14 01:11:00 +0100 |
commit | 1b769881750030f10743808b9d6013e11f559350 (patch) | |
tree | e0dd6eff6a904307be295c1c9f5a900fde589096 /include/configs/munices.h | |
parent | 0c9d42e6b0b83d507335a291e3ea99240038f4b9 (diff) | |
download | u-boot-imx-1b769881750030f10743808b9d6013e11f559350.zip u-boot-imx-1b769881750030f10743808b9d6013e11f559350.tar.gz u-boot-imx-1b769881750030f10743808b9d6013e11f559350.tar.bz2 |
Fix remaining CONFIG_COMMANDS
update comments
Fix coding style
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/munices.h')
-rw-r--r-- | include/configs/munices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/munices.h b/include/configs/munices.h index 2372b57..38b27bb 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -48,7 +48,7 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_REGINFO -#if (CONFIG_COMMANDS & CFG_CMD_KGDB) +#if defined(CONFIG_CMD_KGDB) # define CFG_CACHELINE_SHIFT 5 /* log base 2 of the above value */ #endif |