Re: [U-Boot] [PATCH 06/10] am33xx: add dmm support to emif4 library

2013-02-15 Thread Tom Rini
On Wed, Feb 13, 2013 at 09:44:00AM -0500, Matt Porter wrote: Adds a config_dmm() routine to support TI814X DMM configuration. Signed-off-by: Matt Porter mpor...@ti.com Reviewed-by: Tom Rini tr...@ti.com -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH 06/10] am33xx: add dmm support to emif4 library

2013-02-13 Thread Matt Porter
Adds a config_dmm() routine to support TI814X DMM configuration. Signed-off-by: Matt Porter mpor...@ti.com --- arch/arm/cpu/armv7/am33xx/emif4.c | 17 + arch/arm/include/asm/arch-am33xx/ddr_defs.h |5 + 2 files changed, 22 insertions(+) diff --git