X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Fenv_nowhere.c;h=78e8f8eb4e4c8e63eef2669879dc5a09d614310b;hb=225f0eaa745adfae05931848543d99942798756a;hp=17ecc775ff9bf0686a74b9926ee6c6438956dda8;hpb=b86d7622b33892b1dafe761a7a9eaeeab9f3816b;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/env_nowhere.c b/common/env_nowhere.c index 17ecc77..78e8f8e 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -25,9 +25,6 @@ */ #include - -#if defined(CFG_ENV_IS_NOWHERE) /* Environment is nowhere */ - #include #include #include @@ -61,5 +58,3 @@ int env_init(void) return (0); } - -#endif /* CFG_ENV_IS_NOWHERE) */