Merge branch 'master' of ../work into next
[platform/kernel/u-boot.git] / cpu / at32ap / hsdramc.c
index 992612b..b6eae66 100644 (file)
@@ -21,7 +21,6 @@
  */
 #include <common.h>
 
-#ifdef CFG_HSDRAMC
 #include <asm/io.h>
 #include <asm/sdram.h>
 
@@ -116,5 +115,3 @@ unsigned long sdram_init(void *sdram_base, const struct sdram_config *config)
 
        return sdram_size;
 }
-
-#endif /* CFG_HSDRAMC */