commit | 2570d48748c96e0df5ab9ed739ddeab7cbb9f93d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Apr 07 09:12:28 2021 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Apr 23 21:22:55 2021 +0200 |
tree | 3c823dab7e7683d3fa84a62e47dea36ad7bf624b | |
parent | 3629d8be5f71ecb69277802c674e2ce77e7730d3 [diff] |
mips: octeon: cvmx-bootmem: Fix compare in "if" statement While porting from the Marvell source, I introduced a bug by misplacing the parenthesis. This patch fixes this issue. Signed-off-by: Stefan Roese <sr@denx.de>