1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

[flash tool] change the default data path

This commit is contained in:
xiangfu
2009-06-24 01:28:57 +00:00
parent cea37ab2e9
commit cc128ff127
4 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
#include "usb_boot_defines.h"
#define CONFIG_FILE_PATH "usb_boot.cfg"
#define CONFIG_FILE_PATH "/usr/share/inflash/usb_boot.cfg"
int hand_init_def(struct hand *hand);
int check_dump_cfg(struct hand *hand);