Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/fiptool/
Dfiptool.c33 static int update_cmd(int argc, char *argv[]);
48 { .name = "update", .handler = update_cmd, .usage = update_usage },
799 static int update_cmd(int argc, char *argv[]) in update_cmd() function