Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c34 static int update_cmd(int argc, char *argv[]);
49 { .name = "update", .handler = update_cmd, .usage = update_usage },
800 static int update_cmd(int argc, char *argv[]) in update_cmd() function