X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcommon.h;h=b7193e671d4a045bfa2dd19739d45b214ed63d87;hb=800eb09641ae67c707b65acff112684a954b7f44;hp=6a79ec2aad44ffb883cb0e31a5fadc2e2fff8d56;hpb=e2fad3fce947edf97ff7186bcf36b9adf113ac94;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/common.h b/include/common.h index 6a79ec2..b7193e6 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