X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fkgdb.c;h=1d346699a56ecfaafececc42a0d4813cca7351da;hb=dd531aac34aaad138f16cacdb51d61908d59c0e2;hp=7a3e6d6edbb11370dc39c185e67d35dfcead5865;hpb=b453960d4fdb87b3970d96119b90df2ed024fc4a;p=karo-tx-uboot.git diff --git a/common/kgdb.c b/common/kgdb.c index 7a3e6d6edb..1d346699a5 100644 --- a/common/kgdb.c +++ b/common/kgdb.c @@ -92,7 +92,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_KGDB) || defined(CONFIG_CMD_KGDB) +#if defined(CONFIG_CMD_KGDB) #undef KGDB_DEBUG @@ -591,4 +591,4 @@ U_BOOT_CMD( int kgdb_not_configured = 1; -#endif /* CFG_CMD_KGDB */ +#endif