From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 7/7] ARM boards: remove now unnecessary mmu calls
Date: Fri, 29 Jul 2011 13:12:58 +0200 [thread overview]
Message-ID: <20110729111258.GA25658@game.jcrosoft.org> (raw)
In-Reply-To: <1311932630-5687-8-git-send-email-s.hauer@pengutronix.de>
On 11:43 Fri 29 Jul , Sascha Hauer wrote:
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> ---
> arch/arm/boards/chumby_falconwing/falconwing.c | 8 ---
> arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c | 8 ---
> arch/arm/boards/eukrea_cpuimx27/eukrea_cpuimx27.c | 8 ---
> arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c | 13 +-----
> arch/arm/boards/eukrea_cpuimx51/eukrea_cpuimx51.c | 14 -----
> arch/arm/boards/freescale-mx51-pdk/board.c | 8 ---
> arch/arm/boards/guf-cupid/board.c | 12 +----
> arch/arm/boards/guf-neso/board.c | 8 ---
> arch/arm/boards/karo-tx25/board.c | 10 ----
> arch/arm/boards/karo-tx28/tx28.c | 8 ---
> arch/arm/boards/panda/board.c | 6 --
> arch/arm/boards/pcm037/pcm037.c | 13 +-----
> arch/arm/boards/pcm038/pcm038.c | 8 ---
> arch/arm/boards/pcm043/pcm043.c | 13 +-----
> arch/arm/boards/pcm049/board.c | 7 ---
> arch/arm/boards/phycard-i.MX27/pca100.c | 8 ---
> arch/arm/boards/scb9328/env/config | 56 +++++++++++++++++++++
> 17 files changed, 60 insertions(+), 148 deletions(-)
> create mode 100644 arch/arm/boards/scb9328/env/config
>
> diff --git a/arch/arm/boards/chumby_falconwing/falconwing.c b/arch/arm/boards/chumby_falconwing/falconwing.c
> index 0c9c339..31efe5e 100644
> --- a/arch/arm/boards/chumby_falconwing/falconwing.c
> +++ b/arch/arm/boards/chumby_falconwing/falconwing.c
> @@ -282,16 +282,8 @@ static int falconwing_mmu_init(void)
> IORESOURCE_MEM_WRITEABLE);
> armlinux_add_dram(sdram_dev);
>
> -#ifdef CONFIG_MMU
> mmu_init();
how about call the mmu_init in a generic place?
so no need to have anything in board code for the MMU just to enable it via
Kconfig
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-07-29 11:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-29 9:43 rework MMU support Sascha Hauer
2011-07-29 9:43 ` [PATCH 1/7] ARM cache l2x0: depend on MMU Sascha Hauer
2011-07-29 9:43 ` [PATCH 2/7] ARM: move armlinux_add_dram to location which is always compiled Sascha Hauer
2011-07-29 9:43 ` [PATCH 3/7] ARM l2x0: make init function static inline if l2 is not available Sascha Hauer
2011-07-29 9:43 ` [PATCH 4/7] ARM: pass size to dma_free_coherent Sascha Hauer
2011-07-29 11:14 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-29 9:43 ` [PATCH 5/7] ARM boards: move sdram setup before mmu setup Sascha Hauer
2011-07-29 9:43 ` [PATCH 6/7] ARM: rework MMU support Sascha Hauer
2011-07-29 9:43 ` [PATCH 7/7] ARM boards: remove now unnecessary mmu calls Sascha Hauer
2011-07-29 11:12 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110729111258.GA25658@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox