Home
last modified time | relevance | path

Searched hist:"5735 bca5f677a5aeb61364a6491080c6bb2ebc0e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/post/
H A Dtests.cdiff 5735bca5f677a5aeb61364a6491080c6bb2ebc0e Sun Mar 27 09:18:55 CDT 2016 Robert P. J. Day <rpjday@crashcourse.ca> post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS

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>