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)
commit8ae82c4b12e71b9f114aeb18e2211ce1260012ca
tree4290a2c22e155655375a5ea5beca2f18d8225c83
parent90eba245a66aa20589404ba537215faf2012c1a3
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