| To: | ralf@linux-mips.org, Hauke Mehrtens <hauke@hauke-m.de> |
|---|---|
| Subject: | Re: [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW |
| From: | Kevin Cernekee <cernekee@gmail.com> |
| Date: | Sun, 16 Sep 2012 08:38:28 -0700 |
| Cc: | john@phrozen.org, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=htV8wC9q/4GjeN07lmsoUzdY0tQUFc2M1i88ToaEvEY=; b=q+C3Zaf8Am+6vgi9GEaL08Y7ni0K0cTgBInV0nlgwgBMa8iWM1wx5iNiuytpTVrdW7 29SCNr2GpPH6SJKjafP4ueFdwcLYVXonc1aAB9Pk3RA9cuT3vbMXa5VKNYWChhdWn8c7 qIYMD3C05UdrgAwLZ6aQHG/bqebC9ciTe4J73l02ZTqjy6UjJ/BkaQMsZaFOc9eam0xe +Zpi0SAEQz2PkosLCZ3UXdFWfNwicIEht2/Be1R33A7HuELGP0nQGcQn2kC8UPQ3FXuN d2LyiSojxRsPgPXcqhUhGiWaNWjfat96E4WAUX0lPCdFic5xWCmRbZE5PTZvipQRYeuV c+JQ== |
| In-reply-to: | <1347806915-25132-1-git-send-email-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> |
| References: | <1347806915-25132-1-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sun, Sep 16, 2012 at 7:48 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote: > 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 Nitpick: "seems" > 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. CONFIG_BOOT_RAW only adds about 8 bytes to the kernel image. Since early 2008 it's just been implemented as a single jump instruction, and it's harmless on platforms that don't need it. Do you think it is worthwhile to delete the Kconfig option, and enable BOOT_RAW behavior on all builds? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] MIPS BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
|---|---|
| Next by Date: | [PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init, Thierry Reding |
| Previous by Thread: | [PATCH 2/2] MIPS BCM47XX: select NO_EXCEPT_FILL, Hauke Mehrtens |
| Next by Thread: | [PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init, Thierry Reding |
| Indexes: | [Date] [Thread] [Top] [All Lists] |