commit | 915f5aa1ffc7a8178f402aa940c89e22139bf28c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Dec 11 13:51:38 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 14:18:26 2020 -0500 |
tree | 6798c8ab6c42d8934999d60fbb956da95ec536af | |
parent | 0c1ca6dbacfc646d7e4908a0bf0ab964154e2e65 [diff] |
mkimage: simplify fit_check_params() fit_check_params() wants at least two of dflag, fflag, and lflag set. Simplify the logical constraint checking this. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>