bidram: rename "dump_bidram" to "bidram_dump"
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I77601a95daec90b396620ee1f3a3a6e455dcc914
This commit is contained in:
parent
68cca28cd2
commit
2fe84ae1c5
|
|
@ -492,7 +492,7 @@ __weak int board_bidram_reserve(struct bidram *bidram)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int do_dump_bidram(cmd_tbl_t *cmdtp, int flag,
|
||||
static int do_bidram_dump(cmd_tbl_t *cmdtp, int flag,
|
||||
int argc, char *const argv[])
|
||||
{
|
||||
bidram_dump();
|
||||
|
|
@ -500,7 +500,7 @@ static int do_dump_bidram(cmd_tbl_t *cmdtp, int flag,
|
|||
}
|
||||
|
||||
U_BOOT_CMD(
|
||||
dump_bidram, 1, 1, do_dump_bidram,
|
||||
bidram_dump, 1, 1, do_bidram_dump,
|
||||
"Dump bidram layout",
|
||||
""
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue