All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
Date: Sun, 20 Nov 2011 09:04:23 +0200	[thread overview]
Message-ID: <4EC8A677.7030603@compulab.co.il> (raw)
In-Reply-To: <1321613041-24522-3-git-send-email-weber@corscience.de>

On 11/18/11 12:44, Thomas Weber wrote:
> This patch removes the unused definition of SDRC_R_C_B
> from the config files.
> 
> Signed-off-by: Thomas Weber <weber@corscience.de>

Acked-by: Igor Grinberg <grinberg@compulab.co.il>

> ---
>  include/configs/am3517_crane.h     |    1 -
>  include/configs/am3517_evm.h       |    1 -
>  include/configs/cm_t35.h           |    1 -
>  include/configs/devkit8000.h       |    1 -
>  include/configs/dig297.h           |    1 -
>  include/configs/igep0020.h         |    1 -
>  include/configs/igep0030.h         |    1 -
>  include/configs/omap3_beagle.h     |    1 -
>  include/configs/omap3_evm_common.h |    1 -
>  include/configs/omap3_mvblx.h      |    1 -
>  include/configs/omap3_overo.h      |    1 -
>  include/configs/omap3_pandora.h    |    1 -
>  include/configs/omap3_sdp3430.h    |    1 -
>  include/configs/omap3_zoom1.h      |    1 -
>  include/configs/omap3_zoom2.h      |    1 -
>  15 files changed, 0 insertions(+), 15 deletions(-)
> 
> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
> index 8842a18..350a570 100644
> --- a/include/configs/am3517_crane.h
> +++ b/include/configs/am3517_crane.h
> @@ -278,7 +278,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
> index 1c70b9d..83098e4 100644
> --- a/include/configs/am3517_evm.h
> +++ b/include/configs/am3517_evm.h
> @@ -277,7 +277,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index eca7dec..38f0d9c 100644
> --- a/include/configs/cm_t35.h
> +++ b/include/configs/cm_t35.h
> @@ -296,7 +296,6 @@
>  #define PHYS_SDRAM_1_SIZE	(32 << 20)	/*@least 32 MiB */
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 353e09f..085950d 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -287,7 +287,6 @@
>  #define PHYS_SDRAM_2			OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C			1
>  
>  /* NAND and environment organization  */
>  #define PISMO1_NAND_SIZE		GPMC_SIZE_128M
> diff --git a/include/configs/dig297.h b/include/configs/dig297.h
> index 749be7e..0b447e5 100644
> --- a/include/configs/dig297.h
> +++ b/include/configs/dig297.h
> @@ -282,7 +282,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
> index a3b58cf..ec7cc77 100644
> --- a/include/configs/igep0020.h
> +++ b/include/configs/igep0020.h
> @@ -238,7 +238,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*
>   * FLASH and environment organization
> diff --git a/include/configs/igep0030.h b/include/configs/igep0030.h
> index 96b366b..e4ffb95 100644
> --- a/include/configs/igep0030.h
> +++ b/include/configs/igep0030.h
> @@ -236,7 +236,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*
>   * FLASH and environment organization
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index c4f772b..b418002 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -350,7 +350,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
> index 0fa0b0f..8a22835 100644
> --- a/include/configs/omap3_evm_common.h
> +++ b/include/configs/omap3_evm_common.h
> @@ -74,7 +74,6 @@
>  #define PHYS_SDRAM_2			OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C
>  
>  /* Limits for memtest */
>  #define CONFIG_SYS_MEMTEST_START	(OMAP34XX_SDRC_CS0)
> diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
> index 272e81d..d6a40c7 100644
> --- a/include/configs/omap3_mvblx.h
> +++ b/include/configs/omap3_mvblx.h
> @@ -270,7 +270,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  #define CONFIG_ENV_IS_NOWHERE	1
>  
> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
> index ebabd37..9670981 100644
> --- a/include/configs/omap3_overo.h
> +++ b/include/configs/omap3_overo.h
> @@ -257,7 +257,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
> index 832378b..56fc0dc 100644
> --- a/include/configs/omap3_pandora.h
> +++ b/include/configs/omap3_pandora.h
> @@ -241,7 +241,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  #define CONFIG_SYS_TEXT_BASE		0x80008000
>  #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
> diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
> index 2a34172..5b62a16 100644
> --- a/include/configs/omap3_sdp3430.h
> +++ b/include/configs/omap3_sdp3430.h
> @@ -323,7 +323,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*--------------------------------------------------------------------------*/
>  
> diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
> index 9fb8f4d..9fa5f0e 100644
> --- a/include/configs/omap3_zoom1.h
> +++ b/include/configs/omap3_zoom1.h
> @@ -272,7 +272,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization
> diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
> index 209dfe4..1dc0240 100644
> --- a/include/configs/omap3_zoom2.h
> +++ b/include/configs/omap3_zoom2.h
> @@ -240,7 +240,6 @@
>  #define PHYS_SDRAM_2		OMAP34XX_SDRC_CS1
>  
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1
>  
>  /*-----------------------------------------------------------------------
>   * FLASH and environment organization

-- 
Regards,
Igor.

  reply	other threads:[~2011-11-20  7:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-18 10:43 [U-Boot] [PATCH 0/3] Remove unused definitions from config files Thomas Weber
2011-11-18 10:43 ` [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430 Thomas Weber
2011-11-20  7:03   ` Igor Grinberg
2011-11-18 10:44 ` [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B Thomas Weber
2011-11-20  7:04   ` Igor Grinberg [this message]
2011-11-18 10:44 ` [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused Thomas Weber
2011-11-20  7:05   ` Igor Grinberg
2011-11-22 11:23 [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430 Thomas Weber
2011-11-22 11:23 ` [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B Thomas Weber
2011-11-22 14:24   ` Tom Rini
2011-11-22 16:48     ` Enric Balletbò i Serra

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=4EC8A677.7030603@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --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.