X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2FACEX1K.c;h=53677b861a8d762a114ffbbde3c7be49e823467a;hb=2fd0aad443c966ce62008225e57b18e2dcf4e330;hp=76dc1664385b8ea9da322101adfa082706fc2762;hpb=0133502e39ff89b67c26cb4015e0e7e8d9571184;p=platform%2Fkernel%2Fu-boot.git diff --git a/common/ACEX1K.c b/common/ACEX1K.c index 76dc166..53677b8 100644 --- a/common/ACEX1K.c +++ b/common/ACEX1K.c @@ -28,8 +28,6 @@ #include /* core U-Boot definitions */ #include /* ACEX device family */ -#if defined(CONFIG_FPGA) && defined(CONFIG_FPGA_ALTERA) && defined(CONFIG_FPGA_ACEX1K) - /* Define FPGA_DEBUG to get debug printf's */ #ifdef FPGA_DEBUG #define PRINTF(fmt,args...) printf (fmt ,##args) @@ -362,5 +360,3 @@ static int ACEX1K_ps_reloc (Altera_desc * desc, ulong reloc_offset) return ret_val; } - -#endif /* CONFIG_FPGA && CONFIG_FPGA_ALTERA && CONFIG_FPGA_ACEX1K */