commit | f4650eada656b4f99dd1737ae9363429cd25609c | [log] [tgz] |
---|---|---|
author | tomas.melin@vaisala.com <tomas.melin@vaisala.com> | Wed Nov 16 13:02:32 2016 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Jan 13 20:45:25 2017 +0100 |
tree | 652a1b5592c78417939652454a6f5635ba259983 | |
parent | ea5a9620ff8387e6b7d3321ac781b96222ab9331 [diff] |
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 <tomas.melin@vaisala.com> Reviewed-by: Tom Rini <trini@konsulko.com>