From fe98998e92e10deac6df9e482152bb4722439e1e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 2 Sep 2016 15:10:23 -0400 Subject: Whack with club until working with new keystore API. Basic stuff like "keystore show keys", "keystore delete key", and the PIN commands all work with the new keystore code. Some of the management commands are still broken. Some of the old management commands were using libhal-internal APIs for which no real equivalent exists anymore. Some of the old management commands were doing things that, um, never could have worked as written. --- projects/cli-test/mgmt-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/cli-test/mgmt-show.c') diff --git a/projects/cli-test/mgmt-show.c b/projects/cli-test/mgmt-show.c index 7d6b509..5cca8b7 100644 --- a/projects/cli-test/mgmt-show.c +++ b/projects/cli-test/mgmt-show.c @@ -71,7 +71,7 @@ static int cmd_show_fpga_status(struct cli_def *cli, const char *command, char * static int cmd_show_fpga_cores(struct cli_def *cli, const char *command, char *argv[], int argc) { - const hal_core_t *core; + hal_core_t *core; const hal_core_info_t *info; if (! fpgacfg_check_done()) { -- cgit v1.2.3