Since POST_ALWAYS is defined as:
#define POST_ALWAYS (POST_NORMAL | \
POST_SLOWTEST | \
POST_MANUAL | \
POST_POWERON )
there is no need to redundantly bitmask it with POST_MANUAL.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
|
||
|---|---|---|
| .. | ||
| board | ||
| cpu | ||
| drivers | ||
| lib_powerpc | ||
| Makefile | ||
| post.c | ||
| tests.c | ||