From a747a7f31059b9069e97c78bba5496409c33aa05 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 27 Oct 2009 00:03:32 +0100 Subject: Revert "env: only build env_embedded and envcrc when needed" Breaks building on many boards, and no really clean fix available yet. This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178. --- include/common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 7df9afab2..f7c93bf5a 100644 --- a/include/common.h +++ b/include/common.h @@ -719,9 +719,4 @@ int cpu_release(int nr, int argc, char *argv[]); #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) -/* Pull in stuff for the build system */ -#ifdef DO_DEPS_ONLY -# include -#endif - #endif /* __COMMON_H_ */ -- cgit v1.2.3