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 /include/bootretry.h | |
parent | 92a4c3dfb37d711b8a98e5a606ab0a3e720b70d5 (diff) | |
download | talos-obmc-uboot-5735bca5f677a5aeb61364a6491080c6bb2ebc0e.tar.gz talos-obmc-uboot-5735bca5f677a5aeb61364a6491080c6bb2ebc0e.zip |
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 'include/bootretry.h')
0 files changed, 0 insertions, 0 deletions