summaryrefslogtreecommitdiffstats
path: root/common/bedbug.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:38 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:38 +0200
commitd6e9ee92e890f67594ab150689510df361133ead (patch)
treed76987f91295c1e4585130f6d2f43b28fae6fa94 /common/bedbug.c
parentf5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff)
downloadtalos-obmc-uboot-d6e9ee92e890f67594ab150689510df361133ead.tar.gz
talos-obmc-uboot-d6e9ee92e890f67594ab150689510df361133ead.zip
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/bedbug.c')
-rw-r--r--common/bedbug.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/bedbug.c b/common/bedbug.c
index 3bf1fc3cc7..60109cf827 100644
--- a/common/bedbug.c
+++ b/common/bedbug.c
@@ -2,8 +2,6 @@
#include <common.h>
-#if defined(CONFIG_CMD_BEDBUG)
-
#include <linux/ctype.h>
#include <bedbug/bedbug.h>
#include <bedbug/ppc.h>
@@ -1252,5 +1250,3 @@ int find_next_address (unsigned char *nextaddr, int step_over,
* warranties of merchantability and fitness for a particular
* purpose.
*/
-
-#endif
OpenPOWER on IntegriCloud