commit | e9978b17cd7bc19f0459b2829756f1d891382bf9 | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Fri Feb 26 18:38:20 2021 +0900 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Apr 06 18:08:26 2021 +0800 |
tree | 4095b047c697ed5850608ed2f739ffdedb9f5530 | |
parent | 8ae82c4b12e71b9f114aeb18e2211ce1260012ca [diff] |
cmd: mmc: check whether bootbus's arguments is valid or not According to Specification, each bit have valid value. But it doesn't check whether arguments is valid or not. It has potential bug with arguments passed by wrong value. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>