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

Andreas Bießmann andreas.devel at googlemail.com
Fri Nov 27 22:22:54 CET 2015


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 <wenyou.yang at atmel.com>

Reviewed-by: Andreas Bießmann <andreas.devel at googlemail.com>

> ---
> 
>  arch/arm/mach-at91/include/mach/atmel_mpddrc.h  |   12 +++++++++++-
>  arch/arm/mach-at91/mpddrc.c                     |    2 +-
>  board/atmel/sama5d3_xplained/sama5d3_xplained.c |    4 ++--
>  board/atmel/sama5d3xek/sama5d3xek.c             |    4 ++--
>  board/atmel/sama5d4_xplained/sama5d4_xplained.c |    4 ++--
>  board/atmel/sama5d4ek/sama5d4ek.c               |    4 ++--
>  board/siemens/corvus/board.c                    |    4 ++--
>  7 files changed, 22 insertions(+), 12 deletions(-)


More information about the U-Boot mailing list