]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mmc: modify more readable about hwpartition usage
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 26 Feb 2021 07:07:18 +0000 (16:07 +0900)
committerPeng Fan <peng.fan@nxp.com>
Tue, 6 Apr 2021 10:08:14 +0000 (18:08 +0800)
commit0a5c0dd0cb0853e4012773747af986c31c665dc6
tree4290a2c22e155655375a5ea5beca2f18d8225c83
parentfcad21f7e722e44113227ee3579e591193112a9f
cmd: mmc: modify more readable about hwpartition usage

Modified more readable about hwpartition usage.
Because it's difficult to understand how to use its command.
The arguments didn't optional.
mmc hwpartition needs to pass <USER> <GP> <MODE> as arguments.
Description about each arguments what is required is the below:
 USER - <user> <enh> <start> <cnt> <wrrel> <{on|off}>
 GP   - <{gp1|gp2|gp3|gp4}> <cnt> <enh> <wrrel> <{on|off}>
 MODE - <{check|set|complete}>

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
cmd/mmc.c