From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Sat, 25 Oct 2014 02:42:05 +0200 Subject: [U-Boot] [PATCH v1 02/10] arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 In-Reply-To: <1412142894-997-3-git-send-email-hs@denx.de> References: <1412142894-997-1-git-send-email-hs@denx.de> <1412142894-997-3-git-send-email-hs@denx.de> Message-ID: <544AF1DD.7080807@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko, On 01.10.14 07:54, Heiko Schocher wrote: > - compile mpddrc ram init code also for AT91SAM9M10G45 > based boards. > - in CONFIG_SAMA5D3 case, look for the ATMEL_MPDDRC_CR_DECOD_INTERLEAVED > in the cr configuration > > Signed-off-by: Heiko Schocher > Cc: Andreas Bie?mann > Cc: Bo Shen Reviewed-by: Andreas Bie?mann > --- > arch/arm/cpu/at91-common/Makefile | 6 +++++- > arch/arm/cpu/at91-common/mpddrc.c | 11 ++++++++++- > 2 files changed, 15 insertions(+), 2 deletions(-)