[U-Boot-Users] [QUESTION/PATCH] Does MPC8349EMDS_config supersede MPC8349ADS_config?

KRONSTORFER Horst Horst.KRONSTORFER at frequentis.com
Tue Mar 21 15:19:38 CET 2006


hi kumar!

in case MPC8349ADS_config will not be made obsolete in the near future
the following patch (which may be applied against top of
boot/u-boot/u-boot.git)
makes sense.

-h

Signed-off-by: Horst Kronstorfer <hkronsto at frequentis.com>

CHANGELOG

* Fixed signature when calling spd_sdram() in board/mpc8349ads/mpc8349ads.c.

 board/mpc8349ads/mpc8349ads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/mpc8349ads/mpc8349ads.c b/board/mpc8349ads/mpc8349ads.c
index 505acbc..9841298 100644
--- a/board/mpc8349ads/mpc8349ads.c
+++ b/board/mpc8349ads/mpc8349ads.c
@@ -64,7 +64,7 @@ long int initdram (int board_type)
        /* DDR SDRAM - Main SODIMM */
        im->sysconf.ddrlaw[0].bar = CFG_DDR_BASE & LAWBAR_BAR;
 #if defined(CONFIG_SPD_EEPROM)
-       msize = spd_sdram(NULL);
+       msize = spd_sdram();
 #else
        msize = fixed_sdram();
 #endif




More information about the U-Boot mailing list