diff options
| author | Anatolij Gustschin <agust@denx.de> | 2010-04-24 19:27:09 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-04-24 22:56:37 +0200 | 
| commit | a3921eefa1440d23f22751704cd7df999769f169 (patch) | |
| tree | ed3c3949abedf19ce2c3129987d9e0d83a3b2ce8 /arch/powerpc/include/asm/immap_512x.h | |
| parent | b9947bbb08d0483be03004bdbce283b644471cb7 (diff) | |
| download | olio-uboot-2014.01-a3921eefa1440d23f22751704cd7df999769f169.tar.xz olio-uboot-2014.01-a3921eefa1440d23f22751704cd7df999769f169.zip | |
mpc5121: add support for PDM360NG board
PDM360NG is a MPC5121E based board by ifm ecomatic gmbh.
Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
Signed-off-by: Detlev Zundel <dzu@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/include/asm/immap_512x.h')
| -rw-r--r-- | arch/powerpc/include/asm/immap_512x.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/immap_512x.h b/arch/powerpc/include/asm/immap_512x.h index c430cb640..7f9db8bae 100644 --- a/arch/powerpc/include/asm/immap_512x.h +++ b/arch/powerpc/include/asm/immap_512x.h @@ -356,6 +356,11 @@ typedef struct ddr512x_config {  	u32 ddr_time_config2;	/* Timing Configuration Register */  } ddr512x_config_t; +typedef struct sdram_conf_s { +	unsigned long size; +	ddr512x_config_t cfg; +} sdram_conf_t; +  /*   * DMA/Messaging Unit   */ |