public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize()
@ 2011-09-23 12:50 Fabio Estevam
  2011-09-23 12:50 ` [U-Boot] [PATCH 2/4] zmx25: Place machine ID into board config Fabio Estevam
  2011-09-25 15:58 ` [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize() Stefano Babic
  0 siblings, 2 replies; 11+ messages in thread
From: Fabio Estevam @ 2011-09-23 12:50 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

Cc: Matthias Weisser <weisserm@arcor.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 board/syteco/zmx25/zmx25.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/board/syteco/zmx25/zmx25.c b/board/syteco/zmx25/zmx25.c
index 893adc6..a49d831 100644
--- a/board/syteco/zmx25/zmx25.c
+++ b/board/syteco/zmx25/zmx25.c
@@ -188,9 +188,3 @@ int dram_init(void)
 				PHYS_SDRAM_SIZE);
 	return 0;
 }
-
-void dram_init_banksize(void)
-{
-	gd->bd->bi_dram[0].start = PHYS_SDRAM;
-	gd->bd->bi_dram[0].size = gd->ram_size;
-}
-- 
1.6.0.4

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

end of thread, other threads:[~2011-09-25 15:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 12:50 [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize() Fabio Estevam
2011-09-23 12:50 ` [U-Boot] [PATCH 2/4] zmx25: Place machine ID into board config Fabio Estevam
2011-09-23 12:50   ` [U-Boot] [PATCH 3/4] vision2: " Fabio Estevam
2011-09-23 12:50     ` [U-Boot] [PATCH 4/4] efikamx: " Fabio Estevam
2011-09-23 13:36       ` Marek Vasut
2011-09-23 14:17         ` Stefano Babic
2011-09-24 23:26           ` Marek Vasut
2011-09-25  9:43             ` stefano babic
2011-09-25 10:04               ` Marek Vasut
2011-09-24  6:39     ` [U-Boot] [PATCH 3/4] vision2: " stefano babic
2011-09-25 15:58 ` [U-Boot] [PATCH 1/4] zmx25: Remove dram_init_banksize() Stefano Babic

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