X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fbedbug.c;h=60109cf827d25f451e0f408217d60d02ec417e8a;hb=cf05528238c2ef91ad81658158616b3a75b74642;hp=1a793f8268ddd8550a077349edd5763fbc1cb520;hpb=b453960d4fdb87b3970d96119b90df2ed024fc4a;p=karo-tx-uboot.git diff --git a/common/bedbug.c b/common/bedbug.c index 1a793f8268..60109cf827 100644 --- a/common/bedbug.c +++ b/common/bedbug.c @@ -2,8 +2,6 @@ #include -#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) || defined(CONFIG_CMD_BEDBUG) - #include #include #include @@ -1252,5 +1250,3 @@ int find_next_address (unsigned char *nextaddr, int step_over, * warranties of merchantability and fitness for a particular * purpose. */ - -#endif /* CONFIG_COMMANDS & CFG_CMD_BEDBUG */