diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-03-27 10:18:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:17:43 -0400 |
commit | 5735bca5f677a5aeb61364a6491080c6bb2ebc0e (patch) | |
tree | edaa715bbcbb8d152006c4a63709263f890ee649 /common/bedbug.c | |
parent | 92a4c3dfb37d711b8a98e5a606ab0a3e720b70d5 (diff) | |
download | u-boot-imx-5735bca5f677a5aeb61364a6491080c6bb2ebc0e.zip u-boot-imx-5735bca5f677a5aeb61364a6491080c6bb2ebc0e.tar.gz u-boot-imx-5735bca5f677a5aeb61364a6491080c6bb2ebc0e.tar.bz2 |
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>
Diffstat (limited to 'common/bedbug.c')
0 files changed, 0 insertions, 0 deletions