public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/13] mx31pdk: Remove dram_init_banksize()
@ 2011-09-22 18:07 Fabio Estevam
  2011-09-22 18:07 ` [U-Boot] [PATCH 2/13] mx25pdk: " Fabio Estevam
  2011-09-23  8:52 ` [U-Boot] [PATCH 1/13] mx31pdk: " Stefano Babic
  0 siblings, 2 replies; 30+ messages in thread
From: Fabio Estevam @ 2011-09-22 18:07 UTC (permalink / raw)
  To: u-boot

As only one RAM bank is used we can rely on the code from arch/arm/lib/board.c

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/freescale/mx31pdk/mx31pdk.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/board/freescale/mx31pdk/mx31pdk.c b/board/freescale/mx31pdk/mx31pdk.c
index f6e190a..b522cfa 100644
--- a/board/freescale/mx31pdk/mx31pdk.c
+++ b/board/freescale/mx31pdk/mx31pdk.c
@@ -47,12 +47,6 @@ int dram_init(void)
 	return 0;
 }
 
-void dram_init_banksize(void)
-{
-	gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
-	gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
-}
-
 int board_early_init_f(void)
 {
 	/* CS5: CPLD incl. network controller */
-- 
1.6.0.4

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

end of thread, other threads:[~2011-09-23  8:54 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 18:07 [U-Boot] [PATCH 1/13] mx31pdk: Remove dram_init_banksize() Fabio Estevam
2011-09-22 18:07 ` [U-Boot] [PATCH 2/13] mx25pdk: " Fabio Estevam
2011-09-22 18:07   ` [U-Boot] [PATCH 3/13] mx31ads: " Fabio Estevam
2011-09-22 18:07     ` [U-Boot] [PATCH 4/13] imx31_litekit: " Fabio Estevam
2011-09-22 18:07       ` [U-Boot] [PATCH 5/13] mx31pdk: Place machine ID into board config Fabio Estevam
2011-09-22 18:07         ` [U-Boot] [PATCH 6/13] mx25pdk: " Fabio Estevam
2011-09-22 18:07           ` [U-Boot] [PATCH 7/13] mx31ads: " Fabio Estevam
2011-09-22 18:07             ` [U-Boot] [PATCH 8/13] imx31_litekit: " Fabio Estevam
2011-09-22 18:07               ` [U-Boot] [PATCH 9/13] mx51evk: " Fabio Estevam
2011-09-22 18:07                 ` [U-Boot] [PATCH 10/13] mx53loco: " Fabio Estevam
2011-09-22 18:07                   ` [U-Boot] [PATCH 11/13] mx53smd: " Fabio Estevam
2011-09-22 18:07                     ` [U-Boot] [PATCH 12/13] mx53ard: " Fabio Estevam
2011-09-22 18:07                       ` [U-Boot] [PATCH 13/13] mx53evk: " Fabio Estevam
2011-09-23  8:31                         ` Stefano Babic
2011-09-23  8:37                           ` Jason Hui
2011-09-23  8:54                         ` Stefano Babic
2011-09-23  8:54                       ` [U-Boot] [PATCH 12/13] mx53ard: " Stefano Babic
2011-09-23  8:54                     ` [U-Boot] [PATCH 11/13] mx53smd: " Stefano Babic
2011-09-23  8:30                   ` [U-Boot] [PATCH 10/13] mx53loco: " Stefano Babic
2011-09-23  8:42                     ` Jason Hui
2011-09-23  8:54                   ` Stefano Babic
2011-09-23  8:53                 ` [U-Boot] [PATCH 9/13] mx51evk: " Stefano Babic
2011-09-23  8:53               ` [U-Boot] [PATCH 8/13] imx31_litekit: " Stefano Babic
2011-09-23  8:53             ` [U-Boot] [PATCH 7/13] mx31ads: " Stefano Babic
2011-09-23  8:53           ` [U-Boot] [PATCH 6/13] mx25pdk: " Stefano Babic
2011-09-23  8:53         ` [U-Boot] [PATCH 5/13] mx31pdk: " Stefano Babic
2011-09-23  8:52       ` [U-Boot] [PATCH 4/13] imx31_litekit: Remove dram_init_banksize() Stefano Babic
2011-09-23  8:52     ` [U-Boot] [PATCH 3/13] mx31ads: " Stefano Babic
2011-09-23  8:52   ` [U-Boot] [PATCH 2/13] mx25pdk: " Stefano Babic
2011-09-23  8:52 ` [U-Boot] [PATCH 1/13] mx31pdk: " Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox