fix the configure file path

This commit is contained in:
Xiangfu Liu
2009-11-04 01:51:33 +08:00
parent 9356e3dff0
commit f7c651790c
+1 -1
View File
@@ -26,7 +26,7 @@
#include "ingenic_usb.h"
#include "ingenic_cfg.h"
#define CONFIG_FILE_PATH (CFGDIR "xburst-tools/usbboot.cfg")
#define CONFIG_FILE_PATH (CFGDIR "/usbboot.cfg")
extern struct ingenic_dev ingenic_dev;
extern struct hand hand;