| To: | ralf@linux-mips.org, john@phrozen.org |
|---|---|
| Subject: | [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Sun, 16 Sep 2012 16:48:34 +0200 |
| Cc: | linux-mips@linux-mips.org, Hauke Mehrtens <hauke@hauke-m.de> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
All the boot loaders I have seen are booting the kernel in raw mode by
default. CFE seams to support elf kernel images too, but the default
case is raw for the devices I know of. Select this option to make the
kernel boot on most of the devices with the default options.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fa171a3..564a06f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -102,6 +102,7 @@ config ATH79
config BCM47XX
bool "Broadcom BCM47XX based boards"
select ARCH_REQUIRE_GPIOLIB
+ select BOOT_RAW
select CEVT_R4K
select CSRC_R4K
select DMA_NONCOHERENT
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/2] PCI: Provide a default pcibios_update_irq(), Thierry Reding |
|---|---|
| Next by Date: | [PATCH 2/2] MIPS BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
| Previous by Thread: | [PATCH 1/2] PCI: Annotate pci_fixup_irqs with __devinit, Thierry Reding |
| Next by Thread: | [PATCH 2/2] MIPS BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |