diff --git a/usbboot/xburst_stage1/Makefile b/usbboot/xburst_stage1/Makefile index 28d6fb8..8e0f161 100644 --- a/usbboot/xburst_stage1/Makefile +++ b/usbboot/xburst_stage1/Makefile @@ -18,7 +18,7 @@ CFLAGS := -O2 -fno-unit-at-a-time -fno-zero-initialized-in-bss -mips32 -fno-pic -mno-abicalls -I$(INFLASH_SRC_PATH) -I$(XBURST_INCLUDE_PATH) LDFLAGS := -nostdlib -EL -T target.ld -OBJS = head.o main.o common.o board_4740.o board-jz4760.o debug.o +OBJS = head.o main.o common.o board-jz4740.o board-jz4760.o debug.o all: xburst_stage1.bin diff --git a/usbboot/xburst_stage1/board_4740.c b/usbboot/xburst_stage1/board-jz4740.c similarity index 100% rename from usbboot/xburst_stage1/board_4740.c rename to usbboot/xburst_stage1/board-jz4740.c