diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-02-17 16:58:04 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-22 12:08:54 +0100 |
commit | beeccf7a5dc5415c202e0132a33c58fc316c2a62 (patch) | |
tree | 958e67b9aef7fec4049abe46c51bc541fd4476a7 /board/qemu-mips/Makefile | |
parent | edfed1d91df2b2670a812ca9d1a1f9faae7dba47 (diff) | |
download | u-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/Makefile | 2 |
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) |