From 4ee26b812ba334e33dab4d58794db09708b33155 Mon Sep 17 00:00:00 2001 From: xiangfu Date: Fri, 26 Jun 2009 00:19:22 +0000 Subject: [PATCH] rename typedef.h to typedefs.h --- Makefile | 2 +- inflash/xburst_include/jz4740.h | 2 +- inflash/xburst_include/jz4750.h | 2 +- inflash/xburst_include/nandflash.h | 2 +- inflash/xburst_include/{typedef.h => typedefs.h} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename inflash/xburst_include/{typedef.h => typedefs.h} (100%) diff --git a/Makefile b/Makefile index 44fe1e6..8766d49 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ kernel: .PHONY: inflash inflash: stage1 stage2 mkdir -p $(FLASH_TOOL_BIN_PATH) - cp $(FLASH_TOOL_PATH)/src/usb_boot.cfg $(FLASH_TOOL_BIN_PATH) + cp $(FLASH_TOOL_PATH)/src/inflash.cfg $(FLASH_TOOL_BIN_PATH) cd $(FLASH_TOOL_PATH) && \ ./autogen.sh && \ ./configure && \ diff --git a/inflash/xburst_include/jz4740.h b/inflash/xburst_include/jz4740.h index 27697a2..0c11de6 100644 --- a/inflash/xburst_include/jz4740.h +++ b/inflash/xburst_include/jz4740.h @@ -21,7 +21,7 @@ #ifndef __JZ4740_H__ #define __JZ4740_H__ -#include "typedef.h" +#include "typedefs.h" #ifndef __ASSEMBLY__ #define UCOS_CSP 0 diff --git a/inflash/xburst_include/jz4750.h b/inflash/xburst_include/jz4750.h index aa6815b..e3efcbd 100755 --- a/inflash/xburst_include/jz4750.h +++ b/inflash/xburst_include/jz4750.h @@ -22,7 +22,7 @@ #ifndef __JZ4750_H__ #define __JZ4750_H__ -#include "typedef.h" +#include "typedefs.h" #ifndef __ASSEMBLY__ #define UCOS_CSP 0 diff --git a/inflash/xburst_include/nandflash.h b/inflash/xburst_include/nandflash.h index 1fe9fe3..a39c617 100644 --- a/inflash/xburst_include/nandflash.h +++ b/inflash/xburst_include/nandflash.h @@ -19,7 +19,7 @@ #ifndef __NANDLIB_H__ #define __NANDLIB_H__ -#include "typedef.h" +#include "typedefs.h" #ifndef NULL #define NULL 0 diff --git a/inflash/xburst_include/typedef.h b/inflash/xburst_include/typedefs.h similarity index 100% rename from inflash/xburst_include/typedef.h rename to inflash/xburst_include/typedefs.h