summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorMichael Zaidman <[email protected]>2010-09-20 08:51:53 +0200
committerWolfgang Denk <[email protected]>2010-09-21 21:39:31 +0200
commit800eb09641ae67c707b65acff112684a954b7f44 (patch)
treee0f44fbddcb437cb5283642fcb65eb4d86a53058 /include/common.h
parente2fad3fce947edf97ff7186bcf36b9adf113ac94 (diff)
POST cleanup.
- Revives POST for blackfin arch; - Removes redundant code: arch/blackfin/lib/post.c arch/powerpc/cpu/ppc4xx/commproc.c arch/powerpc/cpu/mpc512x/common.c - fixes up the post_word_{load|store} usage. Signed-off-by: Michael Zaidman <[email protected]> Acked-by: Detlev Zundel <[email protected]> Tested-by: Anatolij Gustschin <[email protected]> List of the maintainers of the affected by patch boards: Cc: Stephan Linz <[email protected]> Cc: Denis Peter <[email protected]> Cc: Matthias Fuchs <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Mike Frysinger <[email protected]> Cc: Niklaus Giger <[email protected]> Cc: Larry Johnson <[email protected]> Cc: Feng Kan <[email protected]>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 6a79ec2aad4..b7193e671d4 100644
--- a/include/common.h
+++ b/include/common.h
@@ -585,8 +585,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
@@ -727,6 +725,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