diff options
author | Shinya Kuribayashi <skuribay@pobox.com> | 2011-02-05 18:25:44 +0900 |
---|---|---|
committer | Shinya Kuribayashi <skuribay@pobox.com> | 2011-02-05 22:45:41 +0900 |
commit | 8d573fdcc422e80656b03e31662843b45851076b (patch) | |
tree | 032d913df6912790ae99ab825c788e97b1ed7995 /Makefile | |
parent | 5efd0da9b6657d07e4ffab5be9d003d1f420b604 (diff) | |
download | u-boot-imx-8d573fdcc422e80656b03e31662843b45851076b.zip u-boot-imx-8d573fdcc422e80656b03e31662843b45851076b.tar.gz u-boot-imx-8d573fdcc422e80656b03e31662843b45851076b.tar.bz2 |
MIPS: Move Qemu MIPS target to boards.cfg
CONFIG_QEMU_MIPS is already provided by <configs/qemu-mips.h>, so we
don't generate it using the options fields in boards.cfg.
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1136,11 +1136,6 @@ vct_platinumavc_onenand_small_config: unconfig echo "#define CONFIG_VCT_SMALL_IMAGE" >> $(obj)include/config.h @$(MKCONFIG) -n $@ -a vct mips mips vct micronas -qemu_mips_config : unconfig - @mkdir -p $(obj)include - @echo "#define CONFIG_QEMU_MIPS 1" >$(obj)include/config.h - @$(MKCONFIG) -a qemu-mips mips mips qemu-mips - #======================================================================== # Nios #======================================================================== |