OSHW-DEIMOS/SOFTWARE/A64-TERES/u-boot_new/board/total5200/sdram.h
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

19 lines
330 B
C

/*
* (C) Copyright 2004
* Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com.
*
* SPDX-License-Identifier: GPL-2.0+
*/
typedef struct {
ulong ddr;
ulong mode;
ulong emode;
ulong control;
ulong config1;
ulong config2;
ulong tapdelay;
} sdram_conf_t;
long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);