]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/total5200/sdram.h
Merge branch 'u-boot/master' into u-boot-arm/master
[karo-tx-uboot.git] / board / total5200 / sdram.h
1 /*
2  * (C) Copyright 2004
3  * Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 typedef struct {
9         ulong ddr;
10         ulong mode;
11         ulong emode;
12         ulong control;
13         ulong config1;
14         ulong config2;
15         ulong tapdelay;
16 } sdram_conf_t;
17
18 long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);