As only one RAM bank is used we can rely on the code from arch/arm/lib/board.c
Cc: Matthias Weisser <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

