]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mmc: check whether bootbus's arguments is valid or not
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 26 Feb 2021 09:38:20 +0000 (18:38 +0900)
committerPeng Fan <peng.fan@nxp.com>
Tue, 6 Apr 2021 10:08:26 +0000 (18:08 +0800)
commit64d5b6e06f817f61a5decb1b082d03bfb500608c
tree4095b047c697ed5850608ed2f739ffdedb9f5530
parent0a5c0dd0cb0853e4012773747af986c31c665dc6
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>
cmd/mmc.c