summaryrefslogtreecommitdiff
path: root/board/qemu-mips/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-02-17 16:58:04 +0100
committerWolfgang Denk <wd@denx.de>2008-02-22 12:08:54 +0100
commitbeeccf7a5dc5415c202e0132a33c58fc316c2a62 (patch)
tree958e67b9aef7fec4049abe46c51bc541fd4476a7 /board/qemu-mips/Makefile
parentedfed1d91df2b2670a812ca9d1a1f9faae7dba47 (diff)
downloadu-boot-imx-beeccf7a5dc5415c202e0132a33c58fc316c2a62.zip
u-boot-imx-beeccf7a5dc5415c202e0132a33c58fc316c2a62.tar.gz
u-boot-imx-beeccf7a5dc5415c202e0132a33c58fc316c2a62.tar.bz2
MIPS: Fix CFG_NO_FLASH support
- Fix flash_init call when CFG_NO_FLASH is used - Remove no more needed flash.c for qemu-mips Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/qemu-mips/Makefile')
-rw-r--r--board/qemu-mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu-mips/Makefile b/board/qemu-mips/Makefile
index 23be447..837b6b9 100644
--- a/board/qemu-mips/Makefile
+++ b/board/qemu-mips/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o flash.o
+COBJS = $(BOARD).o
SOBJS = lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)