| To: | john@phrozen.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH resend 1/2] MIPS: BCM47XX: select BOOT_RAW |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Wed, 26 Dec 2012 22:06:17 +0100 |
| Cc: | linux-mips@linux-mips.org, cernekee@gmail.com, 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 seems 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 d971d15..8e1fd8a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -109,6 +109,7 @@ config ATH79
config BCM47XX
bool "Broadcom BCM47XX based boards"
select ARCH_WANT_OPTIONAL_GPIOLIB
+ select BOOT_RAW
select CEVT_R4K
select CSRC_R4K
select DMA_NONCOHERENT
--
1.7.10.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: BCM47XX: trim the nvram values for parsing, Hauke Mehrtens |
|---|---|
| Next by Date: | [PATCH resend 2/2] MIPS: BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
| Previous by Thread: | [PATCH] MIPS: BCM47XX: trim the nvram values for parsing, Hauke Mehrtens |
| Next by Thread: | [PATCH resend 2/2] MIPS: BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |