From c42d67d7de381806eaa8900bdcfe8c425ef69629 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Jan 2008 10:15:00 +0000 Subject: [PATCH] --- yaml --- r: 78047 b: refs/heads/master c: fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9 h: refs/heads/master i: 78045: c21dc8260e588ee711e1ed06e052e7bf97917fc7 78043: 7ca48a903350d2c94ccf0c331e240e962b94611c 78039: eae06ae834c9ceaa18f09167b3ea2a92b00a5a51 78031: d9ca7e616d5f581b0a77b80e36321bd91069ee32 78015: 1ff3e58aa2435e31f81d822f7f7c5eeacf1cdb0a v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 2 ++ trunk/arch/mips/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e603f2ac918f..ccee771da3e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae0c69acd61918cecd8e2949d9575271bc2fdfff +refs/heads/master: fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9 diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index d2d9cd8e4912..a9bfaca95806 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/arch/mips/Kconfig @@ -190,6 +190,7 @@ config LEMOTE_FULONG config MIPS_ATLAS bool "MIPS Atlas board" select BOOT_ELF32 + select BOOT_RAW select CEVT_R4K select CSRC_R4K select DMA_NONCOHERENT @@ -222,6 +223,7 @@ config MIPS_MALTA bool "MIPS Malta board" select ARCH_MAY_HAVE_PC_FDC select BOOT_ELF32 + select BOOT_RAW select CEVT_R4K select CSRC_R4K select DMA_NONCOHERENT diff --git a/trunk/arch/mips/Makefile b/trunk/arch/mips/Makefile index 2df68cd0ed40..b96af0669513 100644 --- a/trunk/arch/mips/Makefile +++ b/trunk/arch/mips/Makefile @@ -314,7 +314,7 @@ core-$(CONFIG_MIPS_ATLAS) += arch/mips/mips-boards/atlas/ cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-atlas cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-mips load-$(CONFIG_MIPS_ATLAS) += 0xffffffff80100000 -all-$(CONFIG_MIPS_ATLAS) := vmlinux.srec +all-$(CONFIG_MIPS_ATLAS) := vmlinux.bin # # MIPS Malta board @@ -322,7 +322,7 @@ all-$(CONFIG_MIPS_ATLAS) := vmlinux.srec core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-mips load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 -all-$(CONFIG_MIPS_MALTA) := vmlinux.srec +all-$(CONFIG_MIPS_MALTA) := vmlinux.bin # # MIPS SEAD board