]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/k2hk_evm/board.c
keystone: ddr3: add ddr3.h to hold ddr3 API
[karo-tx-uboot.git] / board / ti / k2hk_evm / board.c
index ef90f9d821396c17c7702b39822646e58d9046fb..f910ebe032d83a34c95f8c11c4e42c6be6c009fe 100644 (file)
@@ -12,6 +12,7 @@
 #include <fdt_support.h>
 #include <libfdt.h>
 
+#include <asm/arch/ddr3.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/clock.h>
 #include <asm/io.h>
@@ -63,7 +64,7 @@ static struct pll_init_data pll_config[] = {
 
 int dram_init(void)
 {
-       init_ddr3();
+       ddr3_init();
 
        gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
                                    CONFIG_MAX_RAM_BANK_SIZE);