All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Remove unused definitions from config files
@ 2011-11-18 10:43 Thomas Weber
  2011-11-18 10:43 ` [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430 Thomas Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Weber @ 2011-11-18 10:43 UTC (permalink / raw)
  To: u-boot

This patchset removes some unused definitions from the config files.
It is mostly omap3 centred.

Thomas Weber (3):
  ARM: OMAP3: Remove unused define CONFIG_OMAP3430
  ARM: OMAP3: Remove unused define SDRC_R_C_B
  ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused

 include/configs/am3517_crane.h     |    5 -----
 include/configs/am3517_evm.h       |    5 -----
 include/configs/apollon.h          |    4 ----
 include/configs/cm_t35.h           |    6 ------
 include/configs/devkit8000.h       |    6 ------
 include/configs/dig297.h           |    2 --
 include/configs/igep0020.h         |    2 --
 include/configs/igep0030.h         |    2 --
 include/configs/omap3_beagle.h     |    6 ------
 include/configs/omap3_evm_common.h |    7 -------
 include/configs/omap3_mvblx.h      |    6 ------
 include/configs/omap3_overo.h      |    6 ------
 include/configs/omap3_pandora.h    |    6 ------
 include/configs/omap3_sdp3430.h    |    6 ------
 include/configs/omap3_zoom1.h      |    6 ------
 include/configs/omap3_zoom2.h      |    6 ------
 16 files changed, 0 insertions(+), 81 deletions(-)

-- 
1.7.8.rc1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430
  2011-11-18 10:43 [U-Boot] [PATCH 0/3] Remove unused definitions from config files Thomas Weber
@ 2011-11-18 10:43 ` 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-18 10:44 ` [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused Thomas Weber
  2 siblings, 1 reply; 10+ messages in thread
From: Thomas Weber @ 2011-11-18 10:43 UTC (permalink / raw)
  To: u-boot

This patch removes the CONFIG_OMAP3430, because it is unused.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 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 -
 13 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 026d222..eca7dec 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -38,7 +38,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_CM_T3X		1	/* working with CM-T35 and CM-T3730 */
 
 #define CONFIG_SYS_TEXT_BASE	0x80008000
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index e1743dc..353e09f 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -34,7 +34,6 @@
 /* High Level Configuration Options */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_DEVKIT8000	1	/* working with DevKit8000 */
 
 #define	CONFIG_SYS_TEXT_BASE	0x80008000
diff --git a/include/configs/dig297.h b/include/configs/dig297.h
index 9baf415..749be7e 100644
--- a/include/configs/dig297.h
+++ b/include/configs/dig297.h
@@ -45,7 +45,6 @@
  */
 #define CONFIG_OMAP		/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		/* which is a 34XX */
-#define CONFIG_OMAP3430		/* which is in a 3430 */
 
 #define CONFIG_SYS_TEXT_BASE	0x80008000
 
diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
index 279a9d2..a3b58cf 100644
--- a/include/configs/igep0020.h
+++ b/include/configs/igep0020.h
@@ -27,7 +27,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_IGEP0020	1	/* working with IGEP0020 */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/igep0030.h b/include/configs/igep0030.h
index d85e5ae..96b366b 100644
--- a/include/configs/igep0030.h
+++ b/include/configs/igep0030.h
@@ -27,7 +27,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_IGEP0030	1	/* working with IGEP0030 */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 15e40c5..c4f772b 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -33,7 +33,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_BEAGLE	1	/* working with BEAGLE */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
index 54aa7a7..0fa0b0f 100644
--- a/include/configs/omap3_evm_common.h
+++ b/include/configs/omap3_evm_common.h
@@ -22,7 +22,6 @@
  */
 #define CONFIG_OMAP			/* This is TI OMAP core */
 #define CONFIG_OMAP34XX			/* belonging to 34XX family */
-#define CONFIG_OMAP3430			/* which is in a 3430 */
 
 #define CONFIG_SDRC			/* The chip has SDRC controller */
 
diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
index a0252a2..272e81d 100644
--- a/include/configs/omap3_mvblx.h
+++ b/include/configs/omap3_mvblx.h
@@ -37,7 +37,6 @@
 #define CONFIG_ARMV7		1	/* This is an ARM V7 CPU core */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_MVBLX		1	/* working with mvBlueLYNX-X */
 #define CONFIG_MACH_TYPE	MACH_TYPE_MVBLX
 
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index afdefd9..ebabd37 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -25,7 +25,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_OVERO	1	/* working with overo */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 3c2793e..832378b 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -28,7 +28,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_PANDORA	1	/* working with pandora */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
index 35472bb..2a34172 100644
--- a/include/configs/omap3_sdp3430.h
+++ b/include/configs/omap3_sdp3430.h
@@ -38,7 +38,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_3430SDP	1	/* working with SDP Rev2 */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index fbac222..9fb8f4d 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -34,7 +34,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_ZOOM1	1	/* working with Zoom MDK Rev1 */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index 8de3d31..209dfe4 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -35,7 +35,6 @@
  */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
 #define CONFIG_OMAP34XX		1	/* which is a 34XX */
-#define CONFIG_OMAP3430		1	/* which is in a 3430 */
 #define CONFIG_OMAP3_ZOOM2	1	/* working with Zoom II */
 
 #define CONFIG_SDRC	/* The chip has SDRC controller */
-- 
1.7.8.rc1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
  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-18 10:44 ` Thomas Weber
  2011-11-20  7:04   ` Igor Grinberg
  2011-11-18 10:44 ` [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused Thomas Weber
  2 siblings, 1 reply; 10+ messages in thread
From: Thomas Weber @ 2011-11-18 10:44 UTC (permalink / raw)
  To: u-boot

This patch removes the unused definition of SDRC_R_C_B
from the config files.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 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
-- 
1.7.8.rc1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused
  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-18 10:44 ` [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B Thomas Weber
@ 2011-11-18 10:44 ` Thomas Weber
  2011-11-20  7:05   ` Igor Grinberg
  2 siblings, 1 reply; 10+ messages in thread
From: Thomas Weber @ 2011-11-18 10:44 UTC (permalink / raw)
  To: u-boot

This patch removes the definition of stack sizes for
irq and fiq if the CONFIG_USE_IRQ is undefined before.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 include/configs/am3517_crane.h     |    4 ----
 include/configs/am3517_evm.h       |    4 ----
 include/configs/apollon.h          |    4 ----
 include/configs/cm_t35.h           |    4 ----
 include/configs/devkit8000.h       |    4 ----
 include/configs/omap3_beagle.h     |    4 ----
 include/configs/omap3_evm_common.h |    5 -----
 include/configs/omap3_mvblx.h      |    4 ----
 include/configs/omap3_overo.h      |    4 ----
 include/configs/omap3_pandora.h    |    4 ----
 include/configs/omap3_sdp3430.h    |    4 ----
 include/configs/omap3_zoom1.h      |    4 ----
 include/configs/omap3_zoom2.h      |    4 ----
 13 files changed, 0 insertions(+), 53 deletions(-)

diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
index 350a570..6748743 100644
--- a/include/configs/am3517_crane.h
+++ b/include/configs/am3517_crane.h
@@ -264,10 +264,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 83098e4..cf91e3f 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -263,10 +263,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index 46595d9..7fcf437 100644
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -211,10 +211,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define	CONFIG_STACKSIZE SZ_128K	/* regular stack */
-#ifdef	CONFIG_USE_IRQ
-# define	CONFIG_STACKSIZE_IRQ SZ_4K	/* IRQ stack */
-# define	CONFIG_STACKSIZE_FIQ SZ_4K	/* FIQ stack */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
index 38f0d9c..257f6ff 100644
--- a/include/configs/cm_t35.h
+++ b/include/configs/cm_t35.h
@@ -283,10 +283,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 085950d..f5d9a5e 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -275,10 +275,6 @@
 
 /* The stack sizes are set up in start.S using the settings below */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ		(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ		(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*  Physical Memory Map  */
 #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index b418002..263038b 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -336,10 +336,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
index 8a22835..8210afe 100644
--- a/include/configs/omap3_evm_common.h
+++ b/include/configs/omap3_evm_common.h
@@ -58,11 +58,6 @@
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
 
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
-
 /*
  * Physical Memory Map
  * Note 1: CS1 may or may not be populated
diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
index d6a40c7..7c0d7f6 100644
--- a/include/configs/omap3_mvblx.h
+++ b/include/configs/omap3_mvblx.h
@@ -256,10 +256,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 9670981..2d5d120 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -243,10 +243,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 56fc0dc..e80ca7a 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -227,10 +227,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
index 5b62a16..a6cf41a 100644
--- a/include/configs/omap3_sdp3430.h
+++ b/include/configs/omap3_sdp3430.h
@@ -303,10 +303,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10) /* Regular stack */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10) /* IRQ stack */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10) /* FIQ stack */
-#endif
 
 #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
 #define CONFIG_SYS_INIT_RAM_ADDR	0x4020f800
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index 9fa5f0e..d2b2f34 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -258,10 +258,6 @@
  * The stack sizes are set up in start.S using the settings below
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index 1dc0240..e5c375b 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -226,10 +226,6 @@
  * The stack sizes are set up in start.S using these settings
  */
 #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
-#ifdef CONFIG_USE_IRQ
-#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
-#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
-#endif
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
-- 
1.7.8.rc1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430
  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
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Grinberg @ 2011-11-20  7:03 UTC (permalink / raw)
  To: u-boot

On 11/18/11 12:43, Thomas Weber wrote:
> This patch removes the CONFIG_OMAP3430, because it is unused.
> 
> Signed-off-by: Thomas Weber <weber@corscience.de>

When you change board related files,
it is a good practice to CC board maintainers.

Thanks

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

> ---
>  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 -
>  13 files changed, 0 insertions(+), 13 deletions(-)
> 
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index 026d222..eca7dec 100644
> --- a/include/configs/cm_t35.h
> +++ b/include/configs/cm_t35.h
> @@ -38,7 +38,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_CM_T3X		1	/* working with CM-T35 and CM-T3730 */
>  
>  #define CONFIG_SYS_TEXT_BASE	0x80008000
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index e1743dc..353e09f 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -34,7 +34,6 @@
>  /* High Level Configuration Options */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_DEVKIT8000	1	/* working with DevKit8000 */
>  
>  #define	CONFIG_SYS_TEXT_BASE	0x80008000
> diff --git a/include/configs/dig297.h b/include/configs/dig297.h
> index 9baf415..749be7e 100644
> --- a/include/configs/dig297.h
> +++ b/include/configs/dig297.h
> @@ -45,7 +45,6 @@
>   */
>  #define CONFIG_OMAP		/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		/* which is a 34XX */
> -#define CONFIG_OMAP3430		/* which is in a 3430 */
>  
>  #define CONFIG_SYS_TEXT_BASE	0x80008000
>  
> diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
> index 279a9d2..a3b58cf 100644
> --- a/include/configs/igep0020.h
> +++ b/include/configs/igep0020.h
> @@ -27,7 +27,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_IGEP0020	1	/* working with IGEP0020 */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/igep0030.h b/include/configs/igep0030.h
> index d85e5ae..96b366b 100644
> --- a/include/configs/igep0030.h
> +++ b/include/configs/igep0030.h
> @@ -27,7 +27,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_IGEP0030	1	/* working with IGEP0030 */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 15e40c5..c4f772b 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -33,7 +33,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_BEAGLE	1	/* working with BEAGLE */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
> index 54aa7a7..0fa0b0f 100644
> --- a/include/configs/omap3_evm_common.h
> +++ b/include/configs/omap3_evm_common.h
> @@ -22,7 +22,6 @@
>   */
>  #define CONFIG_OMAP			/* This is TI OMAP core */
>  #define CONFIG_OMAP34XX			/* belonging to 34XX family */
> -#define CONFIG_OMAP3430			/* which is in a 3430 */
>  
>  #define CONFIG_SDRC			/* The chip has SDRC controller */
>  
> diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
> index a0252a2..272e81d 100644
> --- a/include/configs/omap3_mvblx.h
> +++ b/include/configs/omap3_mvblx.h
> @@ -37,7 +37,6 @@
>  #define CONFIG_ARMV7		1	/* This is an ARM V7 CPU core */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_MVBLX		1	/* working with mvBlueLYNX-X */
>  #define CONFIG_MACH_TYPE	MACH_TYPE_MVBLX
>  
> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
> index afdefd9..ebabd37 100644
> --- a/include/configs/omap3_overo.h
> +++ b/include/configs/omap3_overo.h
> @@ -25,7 +25,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_OVERO	1	/* working with overo */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
> index 3c2793e..832378b 100644
> --- a/include/configs/omap3_pandora.h
> +++ b/include/configs/omap3_pandora.h
> @@ -28,7 +28,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_PANDORA	1	/* working with pandora */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
> index 35472bb..2a34172 100644
> --- a/include/configs/omap3_sdp3430.h
> +++ b/include/configs/omap3_sdp3430.h
> @@ -38,7 +38,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_3430SDP	1	/* working with SDP Rev2 */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
> index fbac222..9fb8f4d 100644
> --- a/include/configs/omap3_zoom1.h
> +++ b/include/configs/omap3_zoom1.h
> @@ -34,7 +34,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_ZOOM1	1	/* working with Zoom MDK Rev1 */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */
> diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
> index 8de3d31..209dfe4 100644
> --- a/include/configs/omap3_zoom2.h
> +++ b/include/configs/omap3_zoom2.h
> @@ -35,7 +35,6 @@
>   */
>  #define CONFIG_OMAP		1	/* in a TI OMAP core */
>  #define CONFIG_OMAP34XX		1	/* which is a 34XX */
> -#define CONFIG_OMAP3430		1	/* which is in a 3430 */
>  #define CONFIG_OMAP3_ZOOM2	1	/* working with Zoom II */
>  
>  #define CONFIG_SDRC	/* The chip has SDRC controller */

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
  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
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Grinberg @ 2011-11-20  7:04 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused
  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
  0 siblings, 0 replies; 10+ messages in thread
From: Igor Grinberg @ 2011-11-20  7:05 UTC (permalink / raw)
  To: u-boot

On 11/18/11 12:44, Thomas Weber wrote:
> This patch removes the definition of stack sizes for
> irq and fiq if the CONFIG_USE_IRQ is undefined before.
> 
> Signed-off-by: Thomas Weber <weber@corscience.de>

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

> ---
>  include/configs/am3517_crane.h     |    4 ----
>  include/configs/am3517_evm.h       |    4 ----
>  include/configs/apollon.h          |    4 ----
>  include/configs/cm_t35.h           |    4 ----
>  include/configs/devkit8000.h       |    4 ----
>  include/configs/omap3_beagle.h     |    4 ----
>  include/configs/omap3_evm_common.h |    5 -----
>  include/configs/omap3_mvblx.h      |    4 ----
>  include/configs/omap3_overo.h      |    4 ----
>  include/configs/omap3_pandora.h    |    4 ----
>  include/configs/omap3_sdp3430.h    |    4 ----
>  include/configs/omap3_zoom1.h      |    4 ----
>  include/configs/omap3_zoom2.h      |    4 ----
>  13 files changed, 0 insertions(+), 53 deletions(-)
> 
> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
> index 350a570..6748743 100644
> --- a/include/configs/am3517_crane.h
> +++ b/include/configs/am3517_crane.h
> @@ -264,10 +264,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
> index 83098e4..cf91e3f 100644
> --- a/include/configs/am3517_evm.h
> +++ b/include/configs/am3517_evm.h
> @@ -263,10 +263,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/apollon.h b/include/configs/apollon.h
> index 46595d9..7fcf437 100644
> --- a/include/configs/apollon.h
> +++ b/include/configs/apollon.h
> @@ -211,10 +211,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define	CONFIG_STACKSIZE SZ_128K	/* regular stack */
> -#ifdef	CONFIG_USE_IRQ
> -# define	CONFIG_STACKSIZE_IRQ SZ_4K	/* IRQ stack */
> -# define	CONFIG_STACKSIZE_FIQ SZ_4K	/* FIQ stack */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h
> index 38f0d9c..257f6ff 100644
> --- a/include/configs/cm_t35.h
> +++ b/include/configs/cm_t35.h
> @@ -283,10 +283,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 085950d..f5d9a5e 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -275,10 +275,6 @@
>  
>  /* The stack sizes are set up in start.S using the settings below */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ		(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ		(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*  Physical Memory Map  */
>  #define CONFIG_NR_DRAM_BANKS		2 /* CS1 may or may not be populated */
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index b418002..263038b 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -336,10 +336,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h
> index 8a22835..8210afe 100644
> --- a/include/configs/omap3_evm_common.h
> +++ b/include/configs/omap3_evm_common.h
> @@ -58,11 +58,6 @@
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
>  
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
> -
>  /*
>   * Physical Memory Map
>   * Note 1: CS1 may or may not be populated
> diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h
> index d6a40c7..7c0d7f6 100644
> --- a/include/configs/omap3_mvblx.h
> +++ b/include/configs/omap3_mvblx.h
> @@ -256,10 +256,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
> index 9670981..2d5d120 100644
> --- a/include/configs/omap3_overo.h
> +++ b/include/configs/omap3_overo.h
> @@ -243,10 +243,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
> index 56fc0dc..e80ca7a 100644
> --- a/include/configs/omap3_pandora.h
> +++ b/include/configs/omap3_pandora.h
> @@ -227,10 +227,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/omap3_sdp3430.h b/include/configs/omap3_sdp3430.h
> index 5b62a16..a6cf41a 100644
> --- a/include/configs/omap3_sdp3430.h
> +++ b/include/configs/omap3_sdp3430.h
> @@ -303,10 +303,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10) /* Regular stack */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10) /* IRQ stack */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10) /* FIQ stack */
> -#endif
>  
>  #define CONFIG_SYS_SDRAM_BASE		PHYS_SDRAM_1
>  #define CONFIG_SYS_INIT_RAM_ADDR	0x4020f800
> diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
> index 9fa5f0e..d2b2f34 100644
> --- a/include/configs/omap3_zoom1.h
> +++ b/include/configs/omap3_zoom1.h
> @@ -258,10 +258,6 @@
>   * The stack sizes are set up in start.S using the settings below
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map
> diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
> index 1dc0240..e5c375b 100644
> --- a/include/configs/omap3_zoom2.h
> +++ b/include/configs/omap3_zoom2.h
> @@ -226,10 +226,6 @@
>   * The stack sizes are set up in start.S using these settings
>   */
>  #define CONFIG_STACKSIZE	(128 << 10)	/* regular stack 128 KiB */
> -#ifdef CONFIG_USE_IRQ
> -#define CONFIG_STACKSIZE_IRQ	(4 << 10)	/* IRQ stack 4 KiB */
> -#define CONFIG_STACKSIZE_FIQ	(4 << 10)	/* FIQ stack 4 KiB */
> -#endif
>  
>  /*-----------------------------------------------------------------------
>   * Physical Memory Map

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
  2011-11-22 14:24   ` Tom Rini
@ 2011-11-22 16:48     ` Enric Balletbò i Serra
  0 siblings, 0 replies; 10+ messages in thread
From: Enric Balletbò i Serra @ 2011-11-22 16:48 UTC (permalink / raw)
  To: u-boot

2011/11/22 Tom Rini <trini@ti.com>
>
> On 11/22/2011 04:23 AM, Thomas Weber wrote:
> > This patch removes the unused definition of SDRC_R_C_B
> > from the config files.
> >
> > Acked-by: Igor Grinberg <grinberg@compulab.co.il>
> > Signed-off-by: Thomas Weber <weber@corscience.de>
> [snip]
> > ?/* SDRAM Bank Allocation method */
> > -#define SDRC_R_B_C ? ? ? ? ? 1
>
> Since 'SDRC_R_B_C' means 'SDRC Row-Bank-Column' for SDRAM Bank
> Allocation method, we should delete that comment (and a blank line
> around it too) while at it :)
>
> --
> Tom

Acked-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
  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
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2011-11-22 14:24 UTC (permalink / raw)
  To: u-boot

On 11/22/2011 04:23 AM, Thomas Weber wrote:
> This patch removes the unused definition of SDRC_R_C_B
> from the config files.
> 
> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Thomas Weber <weber@corscience.de>
[snip]
>  /* SDRAM Bank Allocation method */
> -#define SDRC_R_B_C		1

Since 'SDRC_R_B_C' means 'SDRC Row-Bank-Column' for SDRAM Bank
Allocation method, we should delete that comment (and a blank line
around it too) while at it :)

-- 
Tom

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [U-Boot] [PATCH 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B
  2011-11-22 11:23 [U-Boot] [PATCH 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430 Thomas Weber
@ 2011-11-22 11:23 ` Thomas Weber
  2011-11-22 14:24   ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Weber @ 2011-11-22 11:23 UTC (permalink / raw)
  To: u-boot

This patch removes the unused definition of SDRC_R_C_B
from the config files.

Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Thomas Weber <weber@corscience.de>
---
Changelog v1->v2
        Add maintainers of boards as suggested by Igor.
        Add Acked-by from Igor

 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
-- 
1.7.8.rc3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-22 16:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.