1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:33:07 +02:00

fix configure file path

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
Xiangfu Liu 2009-07-01 10:37:52 +08:00
parent 710c10c1f1
commit fe6e51cd2a

View File

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