]> Git Repo - u-boot.git/commit
splash: fix splash source flags check
author[email protected] <[email protected]>
Wed, 16 Nov 2016 11:02:32 +0000 (13:02 +0200)
committerAnatolij Gustschin <[email protected]>
Fri, 13 Jan 2017 19:45:25 +0000 (20:45 +0100)
commit3b593f9030bae149af9261f51933805be506f6b1
tree652a1b5592c78417939652454a6f5635ba259983
parentb4fc6f221474e2bc9f3e4af52556fd4ab5cbb9b9
splash: fix splash source flags check

SPLASH_STORAGE_RAW is defined as 0, so a check against & will
never be true. These flags are never combined so do a check
against == instead.

Signed-off-by: Tomas Melin <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/splash_source.c
This page took 0.032319 seconds and 4 git commands to generate.