
On 04/29/2015 07:06 PM, Wang Huan-B18965 wrote:
York,
-----Original Message----- From: York Sun [mailto:yorksun@freescale.com] Sent: Thursday, April 30, 2015 1:36 AM To: u-boot@lists.denx.de Cc: Wang Huan-B18965; Sun York-R58495 Subject: [PATCH] arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h
ccsr_ddr structure is already defined in fsl_immap.h. Remove this duplicated define. Move fixed timing into ls1021atwr.h.
Signed-off-by: York Sun yorksun@freescale.com CC: Alison Wang alison.wang@freescale.com
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 146 -------------
board/freescale/ls1021atwr/ls1021atwr.c | 1 + include/configs/ls1021atwr.h | 23 ++++ 3 files changed, 24 insertions(+), 146 deletions(-)
[Alison Wang] I reviewed and verified this patch on LS1021A TWR board.
Acked-by: Alison Wang alison.wang@freescale.com
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
York