]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8610hpcd/mpc8610hpcd.c
Merge branch 'next' of git://git.denx.de/u-boot-video into next
[u-boot] / board / freescale / mpc8610hpcd / mpc8610hpcd.c
index 784a2ed686d28979cef48b8db52ad58e8eecd6ee..2ef7b2323da1cec2e51f0b6c0e459956aad28f85 100644 (file)
@@ -34,8 +34,6 @@
 #include <spd_sdram.h>
 #include <netdev.h>
 
-#include "../common/pixis.h"
-
 void sdram_init(void);
 phys_size_t fixed_sdram(void);
 void mpc8610hpcd_diu_init(void);
@@ -127,6 +125,8 @@ initdram(int board_type)
        dram_size = fixed_sdram();
 #endif
 
+       setup_ddr_bat(dram_size);
+
        puts(" DDR: ");
        return dram_size;
 }