]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the...
authorYuri Tikhonov <yur@emcraft.com>
Thu, 8 May 2008 13:46:42 +0000 (15:46 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 20 May 2008 21:24:38 +0000 (23:24 +0200)
commit0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
treea203ef1a6a8f74987d0b975f5f06e69734dab8bf
parent7845d49094c81321021b50a4dbb8864d2f3777e4
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.

This way we become able to utilize the full post_log_word for POST
activities (overwise, POST ECC, which has 0x8000 ID, could be
erroneously treated as started in post_output_backlog() even if there
was actually no POST ECC run (because of OCM POST failure, for
example).

Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14 files changed:
common/cmd_log.c
include/asm-arm/global_data.h
include/asm-avr32/global_data.h
include/asm-blackfin/global_data.h
include/asm-i386/global_data.h
include/asm-m68k/global_data.h
include/asm-microblaze/global_data.h
include/asm-mips/global_data.h
include/asm-nios/global_data.h
include/asm-nios2/global_data.h
include/asm-ppc/global_data.h
include/asm-sh/global_data.h
include/asm-sparc/global_data.h
include/logbuff.h