1
0
Fork 0
remarkable-uboot/post
Robert P. J. Day 5735bca5f6 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>
2016-04-01 17:17:43 -04:00
..
board mpc8xx: remove stale "lwmon" files 2015-12-05 18:22:16 -05:00
cpu net: cosmetic: Fix var naming net <-> eth drivers 2015-04-18 11:11:33 -06:00
drivers dm: rtc: Rename mktime() and reduce the number of parameters 2015-05-05 20:58:20 -06:00
lib_powerpc Fix spelling of "transferred". 2016-03-22 12:16:16 -04:00
Makefile post: Remove reference to deleted "lwmon" board from Makefile 2016-04-01 17:17:42 -04:00
post.c misc: use __weak 2014-10-25 07:01:59 -04:00
tests.c post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS 2016-04-01 17:17:43 -04:00