]> git.sur5r.net Git - u-boot/blobdiff - cpu/at32ap/hsdramc.c
Merge branch 'master' into next
[u-boot] / cpu / at32ap / hsdramc.c
index 992612b46275bca1bce2e59676db739f1544bd4a..b6eae667c242ab0b22fe8cdcd54d7a01a9cdda61 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 */