All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] ARM: mx28: Remove CONFIG_ARCH_CPU_INIT
Date: Thu, 1 Mar 2012 19:31:54 +0100	[thread overview]
Message-ID: <201203011931.54833.marex@denx.de> (raw)
In-Reply-To: <1330610560-15978-3-git-send-email-fabio.estevam@freescale.com>

> No need to define CONFIG_ARCH_CPU_INIT.
> 
> All mx28 based boards should use arch_cpu_init().
> 

Acked-by: Marek Vasut <marex@denx.de>

> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/cpu/arm926ejs/mx28/mx28.c |    2 --
>  include/configs/m28evk.h           |    1 -
>  include/configs/mx28evk.h          |    1 -
>  3 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/cpu/arm926ejs/mx28/mx28.c
> b/arch/arm/cpu/arm926ejs/mx28/mx28.c index b235091..f98e6a3 100644
> --- a/arch/arm/cpu/arm926ejs/mx28/mx28.c
> +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c
> @@ -135,7 +135,6 @@ int arch_misc_init(void)
>  }
>  #endif
> 
> -#ifdef	CONFIG_ARCH_CPU_INIT
>  int arch_cpu_init(void)
>  {
>  	struct mx28_clkctrl_regs *clkctrl_regs =
> @@ -164,7 +163,6 @@ int arch_cpu_init(void)
> 
>  	return 0;
>  }
> -#endif
> 
>  #if defined(CONFIG_DISPLAY_CPUINFO)
>  int print_cpuinfo(void)
> diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
> index 4d59153..31aaf47 100644
> --- a/include/configs/m28evk.h
> +++ b/include/configs/m28evk.h
> @@ -40,7 +40,6 @@
>  #define	CONFIG_SYS_ICACHE_OFF
>  #define	CONFIG_SYS_DCACHE_OFF
>  #define	CONFIG_BOARD_EARLY_INIT_F
> -#define	CONFIG_ARCH_CPU_INIT
>  #define	CONFIG_ARCH_MISC_INIT
> 
>  /*
> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
> index 04967d7..92903da 100644
> --- a/include/configs/mx28evk.h
> +++ b/include/configs/mx28evk.h
> @@ -34,7 +34,6 @@
>  #define CONFIG_SYS_ICACHE_OFF
>  #define CONFIG_SYS_DCACHE_OFF
>  #define CONFIG_BOARD_EARLY_INIT_F
> -#define CONFIG_ARCH_CPU_INIT
>  #define CONFIG_ARCH_MISC_INIT
> 
>  /*

  reply	other threads:[~2012-03-01 18:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 14:02 [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency Fabio Estevam
2012-03-01 14:02 ` [U-Boot] [PATCH 2/3] ARM: mx6: Remove CONFIG_ARCH_CPU_INIT Fabio Estevam
2012-03-01 18:31   ` Marek Vasut
2012-07-07 11:25     ` Albert ARIBAUD
2012-03-01 14:02 ` [U-Boot] [PATCH 3/3] ARM: mx28: " Fabio Estevam
2012-03-01 18:31   ` Marek Vasut [this message]
2012-07-07 11:31     ` Albert ARIBAUD
2012-07-19 17:28       ` Marek Vasut
2012-03-01 18:31 ` [U-Boot] [PATCH 1/3] ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency Marek Vasut
2012-03-01 20:51 ` Albert ARIBAUD
2012-03-01 20:57   ` Fabio Estevam
2012-03-01 21:44     ` Albert ARIBAUD
2012-03-05 17:56       ` Tom Rini
2012-03-06  7:26         ` Albert ARIBAUD
2012-03-03 10:01 ` Stefano Babic
2012-03-05 17:52 ` Tom Rini
2012-03-05 17:58   ` Fabio Estevam
2012-03-05 18:12     ` Fabio Estevam

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=201203011931.54833.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.