summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle2008-01-29 11:15:00 +0100
committerRalf Baechle2008-01-29 11:15:00 +0100
commitfa71c96002d1b02cd1ba1a4477d4b8ad95b587f9 (patch)
treea32894ef2ed2b45592e3d5769cd14738f9c26600 /arch/mips/Kconfig
parent[MIPS] fixmap: delete unused __set_fixmap, set_fixmap and set_fixmap_nocache (diff)
downloadkernel-qcow2-linux-fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9.tar.gz
kernel-qcow2-linux-fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9.tar.xz
kernel-qcow2-linux-fa71c96002d1b02cd1ba1a4477d4b8ad95b587f9.zip
[MIPS] Altas, Malta: Switch boot file format to raw.
A raw binary boots about twice as fast as SREC. The possibility to generate SREC binaries remains by simply using the vmlinux.srec target but seems only useful for the probably hypothetical case where one of these systems is booted over a serial interface. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d2d9cd8e4912..a9bfaca95806 100644
--- a/arch/mips/Kconfig
+++ b/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