]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
POST: add POST_STOP flag
authorYuri Tikhonov <yur@emcraft.com>
Thu, 8 May 2008 13:45:26 +0000 (15:45 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 20 May 2008 21:24:37 +0000 (23:24 +0200)
commit28a385065882d6cb6ac5f443311ff87887ed7c13
tree7cab6291695142af19613a6b46280ae8f250674a
parenta525145d8110d15b4389d23c3ea8a78f22509d3f
POST: add POST_STOP flag

Don't run futher tests in case of a test fails that is marked as
POST_STOP.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14 files changed:
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/post.h
post/post.c