commit | 35d81cec08e00fa7083f48d75dcd3270130f8e7c | [log] [tgz] |
---|---|---|
author | Yuri Tikhonov <yur@emcraft.com> | Thu May 08 15:46:42 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue May 20 23:24:38 2008 +0200 |
tree | a203ef1a6a8f74987d0b975f5f06e69734dab8bf | |
parent | 9c667bfbbf455b19f390367ed7a765b8cd454ba2 [diff] |
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>