part: rkparm: update message don't print by default

The print "invalid parameter" is confused, make it clear to show this is
a warning from RKPARM partition table.

Change-Id: I1381dd6e60d963f1f233d08c8527495b6ca6101c
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2018-09-07 17:26:30 +08:00
parent 1e72694f2c
commit 8fc4f04087
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ static int rkparm_param_parse(char *param, struct list_head *parts_head,
unsigned long size, start; unsigned long size, start;
if (!cmdline) { if (!cmdline) {
printf("invalid parameter\n"); debug("RKPARM: Invalid parameter part table\n");
return -EINVAL; return -EINVAL;
} }