]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bf537-stamp/post-memory.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / bf537-stamp / post-memory.c
index 9626f4cd7af0bda5832a83159e0de5c4ea52cb75..4daea627ef56ea4c8462c1071f3cc5e3658f6041 100644 (file)
@@ -1,8 +1,6 @@
 #include <common.h>
 #include <asm/io.h>
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include <watchdog.h>
 
@@ -318,4 +316,3 @@ int post_init_sdram(int sclk)
 }
 
 #endif                         /* CONFIG_POST & CONFIG_SYS_POST_MEMORY */
-#endif                         /* CONFIG_POST */