commit | 5819466dc1d2856afa84188745eaa5f415ee08cb | [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 | 6478a7ee3bae03bab4d9e092d91157a75d9fcf24 [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>