X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=common%2Fcmd_immap.c;h=ae95758247d5e15cd26da5aca3b36ea45cdba7f8;hb=f0037c56b0d12cd46215124667b9f83d60ef9391;hp=fa79b45a3cc6182e5dbaf21185c07712691b72bf;hpb=534ff676a9c2ffd460e096754894e78551e4ed1e;p=karo-tx-uboot.git diff --git a/common/cmd_immap.c b/common/cmd_immap.c index fa79b45a3c..ae95758247 100644 --- a/common/cmd_immap.c +++ b/common/cmd_immap.c @@ -28,7 +28,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_IMMAP) && \ +#if defined(CONFIG_CMD_IMMAP) && \ (defined(CONFIG_8xx) || defined(CONFIG_8260)) #if defined(CONFIG_8xx) @@ -720,4 +720,4 @@ U_BOOT_CMD( ); -#endif /* CFG_CMD_IMMAP && (CONFIG_8xx || CONFIG_8260) */ +#endif