Home
last modified time | relevance | path

Searched refs:remove_cmd (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c38 static int remove_cmd(int argc, char *argv[]);
51 { .name = "remove", .handler = remove_cmd, .usage = remove_usage },
1062 static int remove_cmd(int argc, char *argv[]) in remove_cmd() function