commit | 1a33eabc61c7810439ff127947f37480a01e33ec | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Mar 06 15:14:04 2020 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Apr 27 20:30:13 2020 +0200 |
tree | f281a1d7a24c1499696cdcfc0bf99c4841120e81 | |
parent | 6877cdb3850f2392f9ebd247dec1da006430e632 [diff] |
mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max This change is made to enable comparison of integer variables, which might be negative in the next patch. No functional change is intended in this patch. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>