commit | 0c3a9c83d8009da46022459e0519291cd375a0a6 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Sun Feb 09 23:18:05 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon Feb 10 12:35:30 2020 +0200 |
tree | ef7d869e6e7ba298b32bfd863783492faeaa6569 | |
parent | 827f6f1714ec4e990d009a21e0a0700416e20f83 [diff] |
boards: up_squared_adsp: fix mis-used logical operator In the bootloader code, there is a mis-used logical operator which should be bitwise operator. So fix it. Fixes #22651 Coverity-CID: 208198 Signed-off-by: Daniel Leung <daniel.leung@intel.com>