diff loadtools/hwparam.c @ 506:0dd2c87c1b63

fc-loadtool flash support overhaul
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 28 May 2019 05:12:47 +0000
parents e7502631a0f9
children
line wrap: on
line diff
--- a/loadtools/hwparam.c	Mon May 27 19:58:01 2019 +0000
+++ b/loadtools/hwparam.c	Tue May 28 05:12:47 2019 +0000
@@ -14,7 +14,7 @@
 
 extern void set_boot_reflash_hack();
 extern void set_default_exit_mode();
-extern void set_flash_device();
+extern void set_flash_config();
 
 char hw_init_script[128];
 
@@ -133,7 +133,7 @@
 	{"boot-reflash-hack", set_boot_reflash_hack},
 	{"compal-stage", handle_compal_stage},
 	{"exit-mode", set_default_exit_mode},
-	{"flash", set_flash_device},
+	{"flash", set_flash_config},
 	{"init-script", handle_init_script},
 	{"pll-config", handle_pll_config},
 	{"rhea-cntl", handle_rhea_cntl},