]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
Merge branch 'next' of /home/wd/git/u-boot/next
[u-boot] / include / common.h
index 0a64c71b4d9013647321c14d982abeb613b42c12..0686a173d52bc5120a2a281dd3d31c682b94f78c 100644 (file)
@@ -584,8 +584,6 @@ uint        dpram_base(void);
 uint   dpram_base_align(uint align);
 uint   dpram_alloc(uint size);
 uint   dpram_alloc_align(uint size,uint align);
-void   post_word_store (ulong);
-ulong  post_word_load (void);
 void   bootcount_store (ulong);
 ulong  bootcount_load (void);
 #define BOOTCOUNT_MAGIC                0xB001C041
@@ -730,6 +728,9 @@ int cpu_release(int nr, int argc, char * const argv[]);
 
 #ifdef CONFIG_POST
 #define CONFIG_HAS_POST
+#ifndef CONFIG_POST_ALT_LIST
+#define CONFIG_POST_STD_LIST
+#endif
 #endif
 
 #ifdef CONFIG_INIT_CRITICAL