[U-Boot] post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS

Tom Rini trini at konsulko.com
Sat Apr 2 03:58:27 CEST 2016


On Sun, Mar 27, 2016 at 10:18:55AM -0400, Robert P. J. Day wrote:

> 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 at crashcourse.ca>
> 
> diff --git a/post/tests.c b/post/tests.c
> index a4d4165..d8ac54e 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160401/ee91628b/attachment.sig>


More information about the U-Boot mailing list