Re: [U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config

2015-11-27 Thread Andreas Bießmann
On 04.11.15 07:32, Wenyou Yang wrote: > Add struct atmel_mpddrc_config to accommodate the mpddrc register > configurations, not using the mpddrc register map structure, > struct atmel_mpddrc, in order to increase readability and reduce > run-time memory use. > > Signed-off-by: Wenyou Yang Review

[U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config

2015-11-03 Thread Wenyou Yang
Add struct atmel_mpddrc_config to accommodate the mpddrc register configurations, not using the mpddrc register map structure, struct atmel_mpddrc, in order to increase readability and reduce run-time memory use. Signed-off-by: Wenyou Yang --- arch/arm/mach-at91/include/mach/atmel_mpddrc.h |